|
441. What Is File Extension Of Code File In QTP?
Date Posted: 06/26/2012
Ans: The code file extension is scripts.mts
|
|
|
442. How Will You Check A Web Application For Broken Links Using QTP?
Date Posted: 06/26/2012
Ans: The page check point can be used, which gives a count of valid/invalid links on a page.
|
|
|
443. What Are Different Types Of Test Automation Frameworks?
Date Posted: 06/26/2012
Ans: The types of automation framework is
-
Linear scripting- Record and playback
-
The test library architecture framework
-
The data driven testing framework
-
The keyword or table driven testing framework
|
|
|
444. Explain Keyword Create Object With An Example?
Date Posted: 06/26/2012
Ans: Create object (Server name, type name [Location])
|
|
|
445. What Are The Properties That Are Used For Identifying Browser And Page When Using A Descriptive Language?
Date Posted: 06/26/2012
Ans: The name property that is used
Browser (“name; = “xxx”).page (“name: =”xxx”)
Or
We can use a “micclass” property
Browser (“micclass; =browser”). Page (“micclass;=page”)
|
|
|
446. What Are The Two Types Of Object Repositories In QTP?
Date Posted: 06/26/2012
Ans: Shared object repository and pre Action repository
-
Pre action repository is used by default. The extension for pre action repository is “.mtr”
-
Shared object repository is preferable while dealing with dynamic objects which are called as multiple tests. The extension is “.tsr”
|
|
|
447. Environments Are Supported By QTP
Date Posted: 06/26/2012
Which environments are supported by QTP?
Ans:
-
Active X
-
Visual basic
-
Java
-
.net
-
Oracle
-
People soft
-
SAP etc…
|
|
|
448. Handle Exceptions In QTP
Date Posted: 06/26/2012
How can you handle exceptions in QTP?
Ans:
Recovery scenario
Using on Error statement
In recovery scenario we have to define
Triggered events
Recovery steps
Post recovery test run
At Script level you can use the error resume and error go to 0 statements
|
|
|
449. Test Web Application Using Automation Tool
Date Posted: 06/26/2012
How to test web application using automation tool?
Ans:
-
Web based testing checklist
-
Functionality testing
-
Usability testing
-
Interface testing
-
Compatibility testing
-
Performance testing
-
Security testing
|
|
|
450. Describe Some Problem That You Had With Automating Testing Tool?
Date Posted: 06/26/2012
Ans:
-
System should be kept in idol condition while running the script
-
Debugging of script is very typical when there are any changes in environment
-
When there are minor changes in GU testing and playback becomes typical
-
Maintenance of test data files is difficult when there is more number of screens
|
|