Test Passes

What is meant by Test Passes? How many passes are required for Integration testing?

Questions by trideep_chak

Showing Answers 1 - 15 of 15 Answers

A 'test pass' is another name for 'test run,' 'test cycle,' or 'test iteration'.  In the software industry, it represents a software application that has been delivered to the test team for testing purposes and denotes the span of time and activities that occur from the time a test team receives this application to the time all test execution is finished and results are delivered to stakeholders who make business decisions based on them.

When the expected results are matches with actual results... it is called as test case pass.

The entry criteria are defined in test plan for inegration level testing... according to it we can say that  the AUT is teatable...

  Was this answer useful?  Yes

dileepdon

  • Jan 2nd, 2011
 

'Test pass' is nothing but a 'test cycle' or 'test iteration' in the Execution phase.

We can also name the 'test pass' as Smoke or Functional or Regression Testing.

  Was this answer useful?  Yes

mithr17

  • Nov 2nd, 2011
 

As "kurtz182" rightly mentioned; test passes are test iterations.
QA runs a group of test cases or just one big single test cases to test a feature. This "run" is called test iteration or test run.

Now to the second part of your question. It really depends on the bugs you find and intend to find. You do not have a tailored number for integration testing. It depends on which functionalities or features are tied to the integrations.

The question leads me to believe that you do not know what an 'integration' is. Let's look that!

Example: A database is connected to a web application. This connection is called integration. This is a very basic and simple example. Real-time integration are much more complex.

Now, YOU tell us how many test passes you will need to uncover bugs. QA always test with an impression that application is buggy.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions