what is meant by negative testing..give me one example?
Answers were Sorted based on User's Feedback
Answer / suvarna
Negative testing means entering invalid data and verifying
for any error message is displayed or not.
| Is This Answer Correct ? | 2 Yes | 2 No |
Testing the system by negative data is called negative testing.
EXAMPLE:
Testing the password where it should be minimum 8 character.
so testing it with 6 character is called negative testing.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / sonia
Testing the system with using negative data is negative testing
eg : Testing the password where it should be minimum of 6 characters test it with 5 characters is negative testing
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / guest
It is intended to do test fail- unacceptable data.
System doesn't do what it is not supposed to do.
For ex. login screen userid input box
It is supposed to take 8 alphanumeric characters
If you enter 9 characters, it doesn't accept.
| Is This Answer Correct ? | 3 Yes | 6 No |
Answer / guest
where we want to put abnormal conditions on the aplication.
ex:invlid form selection
input values out of range
invalid test data selection
| Is This Answer Correct ? | 2 Yes | 5 No |
Answer / udaybhaskar
negative testing means without getting any errors and if get
the mismatches we will test each and every functionality
for example:
checking of username and pwd in the login window
| Is This Answer Correct ? | 1 Yes | 5 No |
Answer / vinod
Negative testing is nothing but testing the application
against the requirement.
| Is This Answer Correct ? | 1 Yes | 9 No |
what is the difference between QA test plan & test plan?
What is a Change Request?
where can i can get QTP real time projects and process?
The components of a typical Test Plan?
1.Testing work starts once a)once requirement are complete b)once test cases are complete c)once coding is complete d)begining of requirement 2)For white box testing a)the tester is completely unconcerned abt the internal behavior of the program b)the tester is concerned with finding circumstances in which the program doesnot behave according to code standards c)test data is derived from market requirements 3)stress testing is a measure of one of the following a)application response time b)concurrent load an application can handle c)transactions per minute that can be handled d)virtual load at which the system will fail 4)UAT means a)testing performed on a single stand alone module b)testing after changes have been made to ensure that no unwanted changes were introduced c)testinf to ensure that the system meets the needs of the organization& the end user 5)software quality metrics will help u to a)keep account on the software quality of an application b)analyse and improve the deficiencies of an application c)both of the above d)none 6)Application that has GUI must be tested for usability a)for any kind of UI applications b)more necessary for web based applications c)only if the user is going to use the UI d)only if the user pays for it 7)the program according requirements expects the uppercase letters from A to Z.Analyze the following inputs and choose one that can cause the failure with greater probability a)@,[ b)1,0 c)B,W d)[,] 8)A system test that forces the software to fail in a variety of ways and verifies that softwware is able to continue execution without interruption.This definiton in nearest to a)Recovery testing b)Stress testing c)both of the above d)none 9)Automated testing is necessary when a)testing has to be done very quickly b)number of resources are very less c)most of the test cases are similar in anture d)all of the above 10)which of the following tests is performed early in a software testing process a)monkey testing b)unit testing c)system testing d)none 11)the testing technique that requires devising test cases to demonstrate that each program function is operational is called a)black box testing b)glass box testing c)grey box testing d)white box testing 12)what a UML diagram is useful for black box testing a)class diagram b)object diagram c)use case diagram d)sequence diagram 13)what kind of tools would you suggest to use for the automation of regression tests? a)capture and playback b)static analysis tools c)simulators d)debugging tools
3 Answers Bally Technologies, IBM, QA, Speridian Technologies,
What is negative testing? How is it different from positive testing?
what are the advantages of process in Quality Assurance?
What are the testing techniques? pls let me know in detail
Test plan & test strategy are same..? or they are seprately prepared...?Please clarify
What is application binary interface (abi)?
prepare functional requirements and design test cases for a given business requirement as follows(consider all the implicit requirements): A message portal is given,Login into that, check for any e_mail in inbox-if present reply,if not compose a mail and send it.
what is diff b/w load testing and volume testing?