Pages

Friday, 10 April 2015

Test Cases for Text Editor

Test Cases for Text Editor:

  • Check for the successful message by enter characters
  • Check for the successful message by enter numbers
  • Check for the successful message by enter special characters
  • Check whether the selected text become bold or not by click on Bold icon
  • Check whether the selected text become bold or not by press ctrl+B

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.