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 |
Give examples of boundary value and equivalence partitioning test cases.
I have s/m which gives me square of numbers from 1 – 10000. How do u test it.
If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?
What is the syntax testing?
to write test cases for fuel guage?
what are the possible test cases of an VOIP phone
If userA send a string through whatsapp but userB is not getting properly the string, Then what may be problem? Can someone write testcase of this. Both whtsapp application is same version and OS is also same android version.
What is Defect Seeding? What is Defect Density?
For how many days (or) weeks you will test a product or software?
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
User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox
IN MY APPLICATION SOME WINDOW IS THERE IT CONSISTS OF SOME 25 LABLES IN THOSE FOR THE ALREADY SELECTED ONE IT WILL SHOW THE BACKGROUND COLOR IS YELLOW WHILE CHECKING IT SHOULD CHECK THE ALL LABLES WHICH ONE IS HAVING YELLOW COLOUR backcolor=SwfWindow("ALTAIR").SwfWindow("Load Wafer").SwfLabel(" ").GetROProperty("backcolor") SUPPOSE LIKE DS IT WILL BE THERE THEN FOR THAT SwfLabel(" ") inside this how to specify is my doubt because i have to check all the 25 labels plz explain it how to specify that