Pages

Thursday, 9 April 2015

Quality Assurance Vs Quality Control

Quality Assurance Vs Quality Control:

Quality Assurance

1. Process Driven Approach: It is a process to monitor and improve existing quality processes.
2. Quality Assurance ensures that the processes designed for the product development and services are effective enough to meet the objectives. 

What is Automation Testing?

What is Automation Testing?

Using Automation tools to write and execute test cases is known as automation testing. No manual intervention is required while executing an automated test suite.

Thursday, 14 March 2013

Abbreviations


Abbreviations


  • MGNREGA : Mahatma Gandhi National Rural Employment Guarantee Act 
  • PMGSY : Pradhan Mantri Gram Sadak Yojana 
  • TDRS : Tracking and Data Relay Satellite [launched by NASA on jan 31] 
  • NASA : National Aeronautics and Space Administration 
  • ISAF : International Security Assistance Force (ISAF) 

Monday, 25 February 2013

Integration Testing


INTEGRATION TESTING:-

Def: 
  • => Testing performed to expose defects in the interfaces and in the interactions between integrated components or systems. 
  • => Integration Testing is a level of the software testing process where individual units are combined and tested as a group. 
  • => A typical software project consists of multiple software modules, coded by different programmers. Integration testing focuses on checking data communication amongst these modules. 
  • => Integration testing identifies the problems that occur when the individual units are combined i.e it detects the problem in interface of the two units. 

Monday, 3 December 2012

Re Testing


RE-TESTING:-

Re testing means repeat the test on same functionality.
It will happend in the following cases …...
  • Testing already tested functionality again and again by using multiple sets of data to check whether the functionality works for different inputs or not 
  • Once the bug is fixed , the functionality needs to be tested to confirm that it is really fixed or not