when you don't have time to write test cases, what do you
do?
Answer Posted / sarmatha
WE can compare with Old test case and with modules
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
I want 100 test scenario for gmail
Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
Explain the integration testing?
How to write test cases or test scripts for UAT testing which is done manually
Write all test cases for Bus Pass Renewal
Write a test case of login window?
Could you pls give me sites where i can test card? mail me to
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation
They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.
Explain the domain testing?
Suppose a job should be executed for every two hours? Write test case for this?
What is the difference between test scenarios, test cases, and test script?
Explain the unit testing?
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.)
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.