Give me an example where you have used a COM interface
in your QTP project?
COM means "component object model",access the methods and
properties to your application.
-ramakrishna
| Is This Answer Correct ? | 3 Yes | 0 No |
How do you find out whether the string is Numeric or Alpha numenric.Suppose..'QTP is an automation testing tool 12345' How should I know it is alphanumeric.Can any one please write the code for this
What is our exact stage involvement with QTP?
What is the difference between Image Checkpoint and Bitmap Checkpoint?
i am a begnner so am learning Error handling :tried using Recovery manager didnt work i want to be able to handle errors , e.g. if while running the test the folwoing does not show up then how can i use the If then else and goto next step in the test, as in many scenarios it does not show up Browser("The Shopping Channel -").Page("The Shopping Channel -_8").Image("easy pay").Click
Explain the difference between data driven testing and parameterization ?
How many actions we can create with in a test?
what is object repository size?
Give a comment on Regular Expressions using QTP?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?
what is the difference between the modular framework and datadriven frame work
Write a script to delete a specific row in a webtable.
Can the user toggle between using Local OR and shared OR for the same action?