0% found this document useful (0 votes)
51 views2 pages

Interview

The document discusses various topics related to manual testing, Selenium, NUnit framework, BDD framework and C# dot net concepts. It includes questions on differences between testing concepts, Selenium locators and waits, NUnit attributes and asserts, BDD framework structure, C# programs on reversing words, finding maximum sum, OOPs concepts, exception handling and static classes.

Uploaded by

Sachin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views2 pages

Interview

The document discusses various topics related to manual testing, Selenium, NUnit framework, BDD framework and C# dot net concepts. It includes questions on differences between testing concepts, Selenium locators and waits, NUnit attributes and asserts, BDD framework structure, C# programs on reversing words, finding maximum sum, OOPs concepts, exception handling and static classes.

Uploaded by

Sachin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Manual Testing

1. Sanity testing, Smoke and regression testing difference.


2 Difference between Priority and severity
3. Test Artifacts - Test plan, Tracibility Matrix, Test reports, Test statergy
4. What is Test Automation framework and what are good characteristics of Framework,

Selenium

1. Explain me the frame work structure in your project.


2. What are the different frameworks used in ur project Like (Keyword DD, Data DD, TDD)
3. Find Xpath from the given link and different types of locators in selenium
4. IwebDriver interface.
5. What are the different waits in Selenium.
6. How to identify cell from a web table dynamically
7. How to do Move hover and open context menu on the given control.
8. How to verify links from the given page without opening each link.
9. How to handle file Explorer window using selenium.
10. What is latest version of Selenium and what are the new features added.
11. Return type of Find Element and FindElements.

NUnit and BDD FrameWork.


1. Why Nunit is used and what are its uses.
2. What are the attributes provided by Nunit
3. What are the different Asserts used in nunit.
4. Explain me ur BDD frame work in the project[Hooks,Feature file,Step Definition]
5. Write a test case to very addition of 2 numbers using BDD.
6. How to pass Multiple set of numbers to the above test case.
7. Disadvantages of using BDD.

C# Dot Net -
2. Write a program to reverse each word from a given sentence.
Input - “Hello world program”
1. Write a program to find 2 numbers from the integer array whose sum is max.
12, 34, 9, 3, 78,23,56,28
Out put - “olleH dlrow margorp”
5. Oops concept, Write a program with all oops concept.
by Val vs By Ref, Shallow copy vs Deep Copy
6. Constant and read only.
7. Use and difference of Interfaces and Abstract class
8. Exception Handling -
Use of finally block.
Multiple try Blocks.
Custom exception.
Some of the exceptions in Selenium.
9. Where and why we use static class.
10. How to return Multiple values from a Function
11. What are Delegates and Type of delegates
12. Difference between different types of Loops
Resource Name[Yrs of Exp][Date of Interview]

You might also like