Skip to main content

Posts

Showing posts from August 20, 2008

Software Testing Frequently Asked Questions

1.) Who is having full privileges in TestDirector project? TD Admin 2.) What are all the components of TestDirector5.0? Plan tests,Run tests,Track defects. 3.) TestDirector is a Test management tool 4.) What is the use of working with actions? To design a modular and efficient tests 5.) What is the use of data table in QTP? Parameterizing the test 6.) Keyword view in QTP is also termed as Icon based view 7.) What is the main aim of load testing? To calculate the response time. 8.) What does vuser_init action contains? Login procedures 9.) What is load testing? Testing of application for simultaneous users 10.) How do you write messages to the report? report_msg 11.) How Winrunner handles varying window labels? Using regular expressions 12.) How to modify the logical name or physical description of the object? Using GUI editor 13.) What is considered a good test? It should cover most of the object's functionality ...

QTP Recent Sample Papers

QTP Recent Sample Papers Explain in brief about the QTP automation object model The test object model is a large set of object types or classes that QTP uses to represent the objects in our application. Each test object has a list of properties that can uniquely identify objects of that class What is a Run-Time data table? The test results tree also includes the table-shaped icon that displays the run-time data table-a table that shows the values used to run a test containing data table parameters or the data table output values retrieved from a application under test What are all the components of QTP test script? QTP test script is a combination of VB script statements and statements that use QuickTest test objects ,methods and properties What is test object? Its an object that QTP uses to represent an object in our application. Each test object has one or more methods and properties that we can use to perform operations and retrieve values for that object. Each object also has a num...
QTP Recent Sample Papers         Explain in brief about the QTP automation object model The test object model is a large set of object types or classes that QTP uses to represent the objects in our application. Each test object has a list of properties that can uniquely identify objects of that class What is a Run-Time data table? The test results tree also includes the table-shaped icon that displays the run-time data table-a table that shows the values used to run a test containing data table parameters or the data table output values retrieved from a application under test What are all the components of QTP test script? QTP test script is a combination of VB script statements and statements that use QuickTest test objects ,methods and properties What is test object? Its an object that QTP uses to represent an object in our application. Each test object has one or more methods and properties that we can use to perform operations and retrieve values for that object. Each object also h...