what is automation testing process? What are the main steps invloved in it?
Explain metric?
Explain path testing?
Who is responsible for document all the issues, problems and open point that were identified during the review meeting
How will you define a critical bug?
What is bottom-up testing?
How to gain experience as a fresher in manual testing ???I know every employer asks for experience and people just add some experience to get jobs. But my problem is how to prepare for the interview when we add experience ??? I wonder how people get jobs by this way??? I would be very thankful if you answer me, as it can help me to land me in job soon. Thank you all...
What is the difference between Code Release and Code Build?
If your current project is US based project, where will your Business Analyst stay ? India or US ??
U may undergone many projects. Do all the projects match up with customer's expectations?
A) Please give example for below statements. 1.Statement Coverage: Every statement in a program execute atleat once. 2. Decision Coverage: Every point of Entry and Exit in a program invokes atleast once. Each decision in a program has taken all possible outcome atleast once. 3. Condition Coverage: Each condition is a decision in a program has taken all possible outcome atleast once. 4. Modified Condition Decision Coverage: Each Condition has shown to affect that decision independently by varying that decision while keeping fixed all other possible condion. B) If the condition is (A&&B||C) then minimum 4 test case required to cover all the paths. Which are those 4 test cases. C) If the condition is (A||B&&C) then minimum 4 test case required to cover all the paths. Which are those 4 test cases.
What is dre?
Explain exhaustive testing?