Latest Posts

Bug Log

Bug Log is a document that showing the number of defect such as open, closed,postpone,reopen or deferred of a particular module.

November 5, 2012 | 0 Comments More

Dynamic testing

check the expected output with the execution of different test cases is called dynamic testing.It comes under the validation process.

Some Dynamic Testing methodologies are:

1.Unit testing
2.Integration testing
3.system testing

November 5, 2012 | 0 Comments More

Load testing

It is a process to measure the system response time under the normal and peak load conditions.Simply we can say-load test judge the capacity of an system and to ensure that at what point the system response time will degrade.

Load testing tool:-

1.Apache JMeter
2.LoadRunner
3.NeoLoad
4.Silk Performer
5.Telerik Test Studio

November 2, 2012 | 0 Comments More

Difference between High level and Low level test case

High level test cases covers the major functionality like flow of the application and data base test cases.

Low level test cases covers the User Interface of the application. How a user can easy interact with the application.

October 4, 2012 | 0 Comments More

What are the Entry and Exit criteria in software testing?

Entry criteria start when testing process comes in system. Steps involved in this phase
1. BRS (Business Requirement Specification)
2. SRS (System Requirement Specification)
3. FRS (Functional Requirement Specification)
4. Use case
5. Test Case
6. Test Procedure

Exit criteria refer when the whole testing process is completed and application is ready to release.Steps involved in this phase
1. Test Plan
2. Test Case
3. Test Results
4. Test Summary Report
5. Defect Analysis report

September 15, 2012 | 0 Comments More