What is brainstorming?
No Answer is Posted For this Question
Be the First to Post Answer
What is the maximum length of the test case we can write?
What is performance testing?
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.
IS TESTING NEEDED TO EACH&EVERY PROJECT CUMPULSORY OR NOT?
how many types of automation frame works are there?
Innovative suggestions, solutions, if any, brought out by you for the better performance of the Quality and Testing department/ company during the review period: Anybody can answer to this question..Thanks in advance..venkat
The purpose of the requirement phase is
What does cots represent?
What is static analyzer?
What is loop testing?
how can we identify a bug is because of s/w error or OS problem?
What is Test Data Collection?