differentiate defect age build interval?
what style of testing we can follow with lack of
documentation?
Answer Posted / kishore
Exploratory and Risk Based testing should be carried out
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is test case management?explain in brief.
What ishigh severity, low priority bug?
How will you determine when to stop testing?
. Is any graph is used for code coverage analysis?
What are the different test techniques used in functional testing?
If you're given a program that will average student grades, what kinds of inputs would you use?
What are different types of verifications?
can anyone help me regarding testing patterns?
Can you explain boundary value analysis?
What do you understand by usability testing?
whats the reason to display the password(not in encrypted form) in the script in load runner but not in QTP?
ANY ONE HAS ATTENDED THE INTERVIEW FOR WIT INNOVATION P LTD? THEN KINDLY LET ME KNOW ABOUT THE INTERVIEW PROCESS AND QUESTIONS ASKED.
Can anyone write test cases on google account creation page in the testing template format , urgent pls and explain if possible how to execute also
List the type of testing perform to test microsoft excel 2003 give atleast 1 example of each type
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?