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 a test procedure & test log for login system
Generate functional and negative testcases for MS Paint brush
1 Answers Accenture, GE, Netian, Tangent Software,
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
Write the Load test cases on a water bottle.
5 Answers Cognizant, IBM, Logic, Microsoft, NIC,
Explain the dynamic testing?
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 does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
Give Sample of Validation Test Case.
Test Case for Text Editor!
How to write test case for the library system?
pls i want test cases for oss? whts the process of oss testing
How to write test cases for "open file dialog box" for ms word? Thanks a lot!