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 |
In general, how do you see automation fitting into the overall process of testing?
What are the test cases, we can write for Data Grid. Anybody can help me..Thanks in advance.
Can test case contains more than 50 steps in single test case?
Explain the static testing?
Please guide me for Add new user test cases
Please tell m all posiible tst cass for this--> A password of password field will expire in 45 days.It should send 1st reminder message to user whn 10 days are left and 2nd reminder message when 5 days are left and 3rd reminder mssage when 2 days are left.write all positive and negativ test cass for this.
how to write test cases for smart meter for gas and electricty
How to write the test cases for STP
Can any body explain How to Install the QC9.0 on XP OS
How should write test case (i.e. in proper format or simply step by step) in an interview test paper?
Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF how to find statement and branch coverage? Explain in brief?
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