Explain the soak testing?
No Answer is Posted For this Question
Be the First to Post Answer
what are those parameters or matrixes for tesing a software user interface?
Give me real life some test cases
What all comes under test case review?
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
is test cases are necessary for testing non functional testing
Using the same code example as question 17,how many tests are required to achieve 100% branch/decision coverage? A. 1 B. 2 C. 3 D. 4
Imagine that hotmail is the application taht ur going 2 test write 10 critical test case to test it ?
how many checkpoint u have to used
How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.
How should write test case (i.e. in proper format or simply step by step) in an interview test paper?
While creating test data for testing an application, where exactly test data should be crated as in excel file or can we crate test data in database ?
By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)