Which testing is important, positive testing or negative
testing. Test cases for postive and negative testing for a
given functionality.
Answers were Sorted based on User's Feedback
Answer / venkat
basically, both the testing is very important for testing
engineers.
if positive testing in the sense the application can
working good.
if negative testing in the sense the future of the
application will working good.
as much as possible we have to do negative testing has lot.
thx
venkat
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / pulkit
Both are important. We can't rule one out over the other.
If application fails for Positive test case in first attempt, you won't even need to do negative testing
| Is This Answer Correct ? | 0 Yes | 0 No |
Please give me a test case scenario for search engine covering all the fuctionalities
Write a test case on a durability of an electric bulb and test it that it will last for next 10 months.
How to write test cases on for Logging management?
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
Write the 10 test cases for Telephone/Pen.
Hi.........can any one tell me the basic format for writing test cases
are the test cases stored in database nowadays? pls tell me... then give clear details about test case preparation and test case execution
Could someone answer the following testing Questions? 1)Give 5 reasons why a build can be released with bug 2)Write a bug report for a word processor program which crashes when the contents of 89th column is been sorted in assending order. 3)write test 10 cases for program which has a table with 2 fields of NAME od char type and CLASS of INT type.NAME fields is truncated after 26 charaters and CLASS takes value between 1 to 9 both included. There are 3 possible opearations program can perform a)When a new student joins the class the program adds a new field b)When student leaves the class the field get deleted c)when student gets promoted then program incremts the class by 1 Write 5 test cases for the scenario. 4)write 10 test cases for a program that takes date in dd/mm/yyyy format and prints it out with a increment of 1. for dates (dd) can be given in the range 1<=dd>=30 for months (mm) can be given in the range 1<=mm>=12 for years(yyyy) can be given in the range 1600<=yyyy>=9999 5)Give 5 bugs that could cause a program to crash when it printed the 999999 th pages 1000001th line.
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
What are the Test Cases Comes under Regression Suite?
Is there any formula to find the number of test cases needed
1. Given the following: You have an application that consists of three parts: a front end GUI, a middle-ware layer where all the processing of data takes place and a database where data is read from. What are the areas that would be most likely to break? What would your testing strategy for this be? Why? 2. Imagine I am handing you a wine glass and I ask you to test it. What would your testing strategy for this be?