when you don't have time to write test cases, what do you
do?
Answers were Sorted based on User's Feedback
Answer / nag
simply i do adhoc testing like monkey testing.
Nag
9989093551
| Is This Answer Correct ? | 17 Yes | 0 No |
Answer / ajay
If we have knowledge about the application we generally do
Adhoc and save time with out writing any test cases.
But need to be very atenctive in doing or performing the
same.
I do the same in my company.
And its the best.
Regards,
Ajay
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / anil nakhate
Hi.......
Suppose we don't have time to writing test cases that time
we perform random testing or Ad-hoc testing or Monkey testing.
| Is This Answer Correct ? | 5 Yes | 0 No |
If it is a application/product and u r familiar with the
existing then u can find the bugs by checking impacts on
exiting functionality.for that u can use old test case docs.
also understanding the CR/new features through SRS and
testing their implementation.
If testing is based on code,then u can make a code review
activity on it using design docs and SRS.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / gandhali83
Just Execute them in your Application Scenario.
thats it.
| Is This Answer Correct ? | 0 Yes | 5 No |
How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!
ATM application ( scenarios ): Analysis and testcases
Can anybody tell test cases for the following condition? In a railway reservation form, 4 types of ticket ranges are there like a) age up to 3, NO TICKET. b) age up to 7, HALF TICKET. c) age up to 60, FULL TICKET. d) age from 61, SENIOR CITIZEN QUOTA. if you enter age into the text box the relevant message should be displayed..... Eg. FULL TICKET.
how to make test case for anolog voice logger?
Explain the concurrency testing?
write a test case for telephone billing ?
Write test cases for orkut?
please give me different test scenario for uploading whatsapp status from gallery and camera
For the following piece of code, how many test cases are needed to get 100% statement coverage? Procedure X Read (Color) // Input color from user IF (Color == “Red”) THEN Call Roses(Color) ELSEIF (Color == “Blue”) THEN Call Violets(Color) ELSE PRINT “User is no Shakespeare” SaveToDatabase(Color) End Procedure X A. 5 B. 3 C. 1 D. 2
If there are two document files, from one doc. file we want some text copy & peste into next doc. file. So which are the negative test cases for such scinario.
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
In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output Input: <text>1. software Testing</text> Output: <paragraph><text><desig>1.</desig>software testing</text></paragraph>