|
391. Can Siebel Application Be Tested Using QTP?
Date Posted: 06/27/2012
Ans: Yes, QTP is capable of testing Siebel application. To make this possible the following is to be considered.
-
Automation Enable = True
-
SWEcmd = Auto on (in the URL)
|
|
|
392. What Are The Types Of QTP Actions?
Date Posted: 06/27/2012
Ans: The three types of QTP actions are
-
Reusable
-
Non reusable
-
Nested if
|
|
|
393. What Is Source Control?
Date Posted: 06/27/2012
Ans: source control is used to hold all the builds of different versions.
|
|
|
394. What Are The Important Factors In Test Tool Selection?
Date Posted: 06/27/2012
Ans:
-
Technical factors:
-
Nature of AUT
-
Tool features
-
Availability of skilled professionals
-
Organizational experience
-
Technical support from vendor
-
Business factors:
-
Budget
-
Vendor reputation
-
Client’s interest
|
|
|
395. What Test Cases Can Be Automated?
Date Posted: 06/27/2012
Ans:
-
Test cases that require number of executions of versions of software can be automated for example: Regression test cases.
-
Test cases that are to be executed with multiple sets of data can be automated.
|
|
|
396. What Are The Different Between Run Time Data Table And Design Table Data Table?
Date Posted: 06/27/2012
Ans:Design time data table:
-
It can be seen in QTP main test
-
It is formed prior to the test execution
-
It characterizes the data from external resources
Run time data table:
-
It can be observed in QTP test result window
-
It is created in test results after test execution
-
It characterizes the live version of design time data table.
|
|
|
397. What Are Disadvantages In Using Checkpoints?
Date Posted: 06/27/2012
Ans:
-
Checkpoints are QTP internal files and they cannot be used in external functions.
-
As they are internal files of QTP, they might get corrupt.
-
This is a readymade feature and has a limited usage
|
|
|
398. What Are Major Disadvantages In Record Test?
Date Posted: 06/27/2012
Ans:
-
The QTP performance will be reduced because it occupies a lot of memory space.
-
Modifications cannot be done
-
If any modifications are to be done on the script, user may not understand the commands on script.
|
|
|
399. How To Count Available Objects In A Dialog Box/a Window/ A Webpage?
Date Posted: 06/27/2012
Ans: By using child object method we can count available dialog box/window or a webpage.
|
|
|
400. How To Count Links In A Webpage Without Using Page Checkpoint?
Date Posted: 06/27/2012
Ans: By using descriptive object and child objects method we can count the links in a webpage without use of checkpoint.
|
|