Netapp : SDET Interview questions

Q1. Unit testing vs functional testing

Q2. For amazon Pay Payment page, how you will do unit testing and functional testing of it.

Q3. Program to find the largest substring of string1 that is also the substring of string2.

Example: string1 = "manojabc", string2= “xyzmanojabcmanoj”

Output : manojabc

—--- Write unit testing of this

Q4. Write bubble Sort program.

Q5. How you will raise a bug if the developer is not ready to accept it.

Q6. How to prioritize test cases if the release date is very close.

Q7. Implement decorator

Q8. Difference between decorator and generators