Search here for all the info you want in this Blog

QTP Interview Questions



  1. What is the difference between image check point and Bitmap check point?
Image checkpoints enable you to check the properties of a Web image. In the Image Checkpoint Properties dialog box, you can specify which properties of the image to check and edit the values of those properties. This dialog box is similar to the standard Checkpoint Properties dialog box, except that it contains the Compare image content option. This option enables you to compare the expected image source file with the actual image source file.
Bitmap Checkpoint checks an area of your Web page or application as a bitmap. For example, suppose you have a Web site that can display a map of a city the user specifies. The map has control keys for zooming. You can record the new map that is displayed after one click on the control key that zooms in the map. Using the bitmap checkpoint, you can check that the map zooms in correctly.
  1. How do I maintain my test when my application changes?
The way to maintain a test when your application changes depend on how much your application changes. This is one of the main reasons you should create a small group of tests rather than one large test for your entire application. When your application changes, you can rerecord part of a test. If the change is not significant, you can manually edit a test to update it.
  1. How do you handle new objects that appear in a new version of the same software?
Adding the new objects in the object repository
BY changing the Index property in the repository
  1. How do we add a step to the Action during test run?
  1. Parameterizing an Object doesn't parameterize the steps in the Expert view - Why?
  2. How do I use QuickTest together with Test Director?
  3. How to change the registry?

No comments:

Post a Comment