what wil be your approach while testing any software ,test
to pass or test to fail?
Answers were Sorted based on User's Feedback
The main aim of software testing is to find defect not to
prevent defect. So as per the testing concepts we try to
break the application.
But when u write test cases start with positive scenario,
cover the functionality as per the requirement
specification and then do negative scenario. Of course the
negative approach is as imporatnt as postive approach.
kindly do provide valuable input to above thought.
thanks
Jai
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / nitin verma
Obviously Test to Fail, as it is the tester's job to crash
the application.
Regards..
Nitin9360@gmail.com
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / raghu
"The Best Wat To Achieve Confidence is to Try to Destroy
it."
So, think how well you can destroy the system so that
confidence on the software develops on the other side of
the coin :-)
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mudaseer
first we have to check for valid values that is we do positive testing then we do negative testing.so as a test engineer first check whether all the positive test cases are passing or not then check for negative test case(that is for invalid values)
| Is This Answer Correct ? | 0 Yes | 0 No |
What usually indicates that your virtual user script has dynamic data that is dependent on you parameterized fields?
What type of questions may ask related to sql during interview?
1)What are the QA procedures followed 2) Write test cases on a weatherreport.com web page that has only two dropdown and a submit button, Fist drop down is a countries and second is metros in the selcted countries.When proper selection si doen and submitted it shows weather report of that metro.? 3)Write test cases on Mobile Alarm Module? 4)Write test cases on Company Water Bottle?
Which is the best book to ref. for design the test cases/scenario in manual testing,which gives detailed idea with all the strategies ?
What are the different available models of sdlc?
Do I have to write separate test cases for entering special characters, blank space, numbers in First name field ? Or should I create single test case for it? If yes then how?
Write Test Cases for Vendor Machine, which inputs 50 - Pepsi 1 - Cock 1.50 - 7Up Test Cases should cover all the Boundary Value Analysis, Equivalence Partitioning, etc.
What is deferred status in defect life cycle?
wht is IEEE 829
can you please tell me what is field validation and form validation in details,how is this perform
What is Traceability matrix? Why it is used? Can u tell me the architecture of that?
What is application server and what is web server?