Krishna Logo
qa training in canada now
Divied
Call: Anusha @ 1 (877) 864-8462

 

Latest News
Home Navigation Divied
INTERVIEW Navigation Divied QTP INTERVIEW QUESITONS
Showing 21 - 30 of 469 Previous | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Next
QTP INTERVIEW QUESITONS
 
21 How Do You Add And Edit An Accessibility Check Point In QTP?
Date Posted: 06/27/2012

Ans:
Add Accessibility checkpoint
An accessibility check point will be added with the below mentioned steps in qtp. Accessibility check point can be added for only web based applications
1) Start recording the script
2) Select the menu options "Insert -> Checkpoint -> Accessibility Checkpoint"
3) Click on anywhere in the page
4) "Object selection - checkpoint properties" dialog box opens
5) Select the Page object and Click OK
6) "Accessibility Checkpoint Properties" dialog box opens
7) Select the required accessibility checks
8) Click OK

Edit Accessibility checkpoint
1) Select the Menu option "Tools -> Options"
2) Options window opens
3) Select "Web -> Advanced"
4) Select the options required to be part of Accessibility checks

 
 
22Why Do You Use Tolerance In QTP Bitmap Check Point?
Date Posted: 06/27/2012

Ans: The tolerance is used for the percentage of deviation from the expected bitmap. There are two types of tolerances are there in QTP.

When running a bitmap checkpoint, Quick Test compares the area that you are checking in the application with the bitmap stored in the checkpoint, pixel by pixel. By default, if any pixels are different, the checkpoint fails.

1) Pixel tolerance
you can adjust the comparison to enable the checkpoint to pass even if the bitmaps are not identical by setting the Pixel tolerance options

The pixel tolerance determines the number or percentage of pixels in the actual bitmap that can differ from those in the expected bitmap and allow the checkpoint to pass.

2) RGB tolerance:
You can adjust the comparison to enable the checkpoint to pass even if the bitmaps are not identical by setting the RGB tolerance options.

The RGB (Red, Green, and Blue) tolerance determines the percent by which the RGB values of the pixels in the actual bitmap can differ from those of the expected bitmap and allow the checkpoint to pass. (The RGB tolerance option is limited to bitmaps with a color depth of 24 bits.)

 
 
23When Do You Choose Record And Run Only On Applications Opened By QTP?
Date Posted: 06/27/2012


Ans: Record and run only on applications opened by qtp is chosen, whenever the application invocation needs to be part of the recording.

The advantages of using this option is:
1) only application events will be captured as part of recording. Other application events will not be captured as part of recording. For example, during recording if you are chatting on Google talk and poking on face book, those events will not be captured as part of recording.
2) If you want to achieve the test cases independence, we choose this option

 
 
24 Which Is An Application Area In QTP?
Date Posted: 06/27/2012


Ans: An application area is a collection of settings and resources that are required to create the content of a business component. Resources may include shared object repositories containing the test objects in the application tested by the component, function libraries containing user-defined operations performed on that application by the component, and so forth. Components are automatically linked to all of the resources and settings defined in the associated application area.

 
 
25 How Do You Do Batch Testing In WR And Is It Possible To Do In QTP, If So Explain?
Date Posted: 06/27/2012

 
Ans: You can use test batch runner to several tests in succession. The results for each test are stored in their default locations.

Using Test Batch runner, you can set up a list and save the list as an .mtb file, so that you easily run the same batch of tests again, at another time. You can also choose to include or exclude a test in your batch list from running during a batch run.

 
 
26 Syntact For How To Call One Script From Another? And Syntax To Call One “Action” In Another?
Date Posted: 06/27/2012

Ans: RunAction ActionName, [IterationMode, Iteration range, parameters]

Here the action becomes reusable on making this call to any action. Iteration range string not always required. Indicates the rows for which action iterations will be performed. Valid only when the IterationMode is rnf iterations. Enter the row range.

(i.e. “1.7”); or enter rngAll to run iterations on all rows. If the action called by the RunAction statement includes an Exit Action statement, the RunAction.

Statement can return the value of the ExitAction’s RetVal argument.

 
 
27What Is The Process For Creating An Automated Test Script Using QTP Assuming You Have Reviewed The Manual Test Case And Understand The Requirements?
Date Posted: 06/27/2012

Ans: Transferring your testing from manual to automation depends upon lot of factors. Depending upon these factors u decide the Framework. Framework is nothing but the approach by which u implement QTP to your project. There is various type of framework available… Data, Library, keyword driven to name few.

 
 
28How Do I Prepare Report After Completion Of Test In QTP And How To Explain This To The Senior Test Engineer?
Date Posted: 06/27/2012

Ans: If u don’t like the report generated by QTP, U can write ur own report by writing

Reporter.ReportEvent.

 
 
29How To Change The Object Repository Mode Using CODE? I.e. From Shared To Per Action?
Date Posted: 06/27/2012

Ans: This can be done by the following code:

Set qApp = Create Object ("QuickTest.Application")

qApp. Test.Settings.Resources.ObjectRepositorytype = "Per Action"

Set qApp = Nothing

 
 
30What Is The Process For Creating An Automated Test Script Using QTP Assuming You Have Reviewed The Manual Test Case And Understand The Requirements
Date Posted: 06/27/2012

Ans:Transferring your testing from manual to automation depends upon lot of factors. Depending upon these factors u decide the Framework. Framework is nothing but the approach by which u implement QTP to your project. There is various type of framework available… Data, Library, keyword driven to name few.

 
Showing 21 - 30 of 469 Previous | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Next
Shadow Bottom
 
 
© 2005 -