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 |
Write test cases to test a browser app
What are the test cases, we can write for Data Grid. Anybody can help me..Thanks in advance.
How to write email id in world wide web
Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?
How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profile
Write test cases for 8+4?
Create Test Cases based on Software Testing Principles Write the Test Cases to validate Command Line utility - ‘MAX’. The utility displays the maximum of the 2 specified Integers. Please note down any assumptions that you make. e.g. MAX 2 3
Analyze the following highly simplified procedure: Ask: "What type of ticket do you require, single or return?" IF the customer wants ‘return’ Ask: "What rate, Standard or Cheap-day?" IF the customer replies ‘Cheap-day’ Say: "That will be £11:20" ELSE Say: "That will be £19:50" ENDIF ELSE Say: "That will be £9:75" ENDIF Now decide the minimum number of tests that are needed to ensure that all the questions have been asked, all combinations have occurred and all replies given. A. 3 B. 4 C. 5 D. 6
can one defect be mapped to more than one test script in manual testing
How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update
How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent
How do you review the test cases which are prepared by your team member. answer is: using traceability matrix, matching testcases with the requirements. He again asked - assume that all the test cases are matched with the requirements, then what do you do, how do you proceed in this case..