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 |
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.
hi, please anyone write test case for "Print" screen
What is the syntax testing?
If I have written test cases for any application:there are 70-80 test cases and steps for writing test cases are common in some TCases.then May I have to write the repeated steps or May I write Repeat the steps of TC id so and so
In a log in page what will be test procedure, test scenario, test description & test steps?
Hi, I am doing project related to Online order Booking. In this project different products will be there. The user can order the product to different location by giving different shipping Addresses. By selection of Address shipping price will be calculate. My Question: Now the shipping related part they are integrating with UPS(www.ups.com) Depending on the From Zip code, To Zip cobe and Quantity weight the shipping price will be calculated. I want test scenarios to test the shipping part. I think ASAP u will help me. My mail id srinivasukona@gmail.com
is test case required to be baselined?
How to write test cases for payment gateway.
what are the possible test cases of an VOIP phone
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
How can we write integration and regresion test cases based on scenario ?
i want to write the test cases for sorting the records in a table according to date wise.this is the functionality ,that is the latest record should come on the top can any one tell me the test cases for this thanks in advance:)