There is project earlier it was developed in VB then they
had replaced the project by java and there is no
documentation available then how you are going to check that
project. (Hint: - Parallel Testing).
Answers were Sorted based on User's Feedback
Answer / brahma412
as a black box test eng why should we know which lang is
used to develop that application..
no documenation means is there not any requirement document?
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / anitha
using exploratory testing we can test that application
| Is This Answer Correct ? | 3 Yes | 0 No |
What is the smallest number of test cases required to Provide 100% branch coverage? If(x>y) x=x+1; else y=y+1; while(x>y) { y=x*y; x=x+1; } A. 1 B. 2 C. 3 D. 4
If the pseudo code below were a programming language ,how many tests are required to achieve 100% statement coverage? 1. If x=3 then 2. Display_messageX; 3. If y=2 then 4. Display_messageY; 5. Else 6. Display_messageZ; 7. Else 8. Display_messageZ; A. 1 B. 2 C. 3 D. 4
Please give me some example of the test cases to test the Google map search
give an example of how to write functional test case.in this test case can we write all +ve and -ve conditions?
Can some body help to write possible test cases for a credit card at POS (point of sale)
Explain the component testing?
write test cases on file open dialog box in notepad
Sample test cases for data conversion(Utility billing system)
How can we write integration and regresion test cases based on scenario ?
How to write test cases or test scripts for UAT testing which is done manually
how to write test cases for online restaurant table booking system?
are the test cases stored in database nowadays? pls tell me... then give clear details about test case preparation and test case execution