what wil be your approach while testing any software ,test
to pass or test to fail?
Answer Posted / 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 |
Post New Answer View All Answers
Diffrernce between client server testing and web server testing.
write test case for gmail sign up page?
Any one send me sample question for multimedia testing with microsoft access database. I am having interview next week. Please post it or send me my personal e-mail. Thank You
Can you explain a pair-wise defect?
Can any one suggest how to write the bug reports effectively by optimizing what we want to describe?
hi every one can you send me ISTQB Course material on my Email id deeptimundra997@gmail.com
What type bugs you will find in integration testing with example?
What is your daily process? I have 2+EXP IN MANUAL TESTING.PLEASE SUGGEST ME HOW i ANSWER
Explain the procedure for manual testing.
how to connect oracle with test director? in testdirector we will be getting only reports? pls answer Thanks in Advance
What are the two main categories of software testing?
can any one send sample test cases for database testing by taking an example? also leave emailid please. thanks (very urgent)
what are the possible test cases for online jobs search portal..if its a job seeker module and any 1 if u had worked on this proj pls share the bugs with sev and priority pls frends i need replies for these queries ..thanks in advance
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
What about the test case if the field only takes a certain number of characters or a minimum number?