When is Dynamic Defect Testing performed?
When is Static Defect type of testing performed?
How to write the test case for Graph drill down links till the child links?
Define Roles and Responsibilities of an Offshore Test Manager?
Latest Answer: Responsibilities of a Test Manager: − Manage the Testing Department (manages one or more Test Stages (depending on size) during a Test Project. − Leadership for the Test Stage, managing it to completion within agreed timescales and budgets− ...
How to establish SQL Connection other than using QTP Wizard for SQL Connectivity?
Latest Answer: You can use the following code'Creating objects of type ADODB Set DBConn = CreateObject("ADODB.Connection")Set RecordSet = CreateObject("ADODB.Recordset")' setting up connection to the data baseDBConn.Open DRIVER={
How to map requirements in Quality Center
How do you test when the database server is down?
Latest Answer: Database testing is an type of testing where we test the database data in order to check the whatever the operations we perform in fronted are available in data base properly. In other words to check the impact of fronted operations on backend database ...
What is Walk Through, Review and Inspection in Testing and Who does these? Explain with example
Latest Answer: There are 3 Reviews taken place in order to approve the test cases written by the tester.1. Peer / Internal Review: Once the requirements are freezed, tester will write the test cases based on the FRD or TDD, In this phase either Team Lead or Other team ...
Why TestCase is required?
Latest Answer: Test cases are written for the following reason/advantages.1) For project documentation. 2) Any person can execute the test cases if avilable. 3) Keep the tract of functionality tested, defect raised.4) No need to keep in mind the test steps as the ...
How do you explain V Model in manual testing?
Latest Answer: The V-model is a graphical representation of the system development lifecycle. It summarizes the main steps to be taken in conjunction with the corresponding deliverables within computerized system validation framework. The left tail of the V represents ...
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top