write a script for allinterview-submit Question
first we've to select Choose Category,second select Sub-
Category(Which is comes in to runtime)third select Question
Type.for that give some descriptive and vb script
No Answer is Posted For this Question
Be the First to Post Answer
How to associate shared object repository to test in qtp?
Is there any option in QTP to add Java add-in after instaling the QTP?
How can I use the value retrieved by OUTPUT VALUE check point as Input for other Actions?
Write a code check the checkbox in the web table which is in the 4th row and fifth column (Use child item concept)
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
Which Databases supports for QTP?
how to call a funtion in a script? i have saved the login scipt in notepad. with extension .vbs. But when i am calling the function with the keyword CALL <Function Name>. its not working out. can any one give me a clue how to call the external functions. with example.
Explain different types of action in qtp?
When I parameterize a script then for each iteration script is executed from begining to end. If I want to execute some middle steps multiple times using Parameterization (avoiding begining and end steps), what is the solution of this (e.g. total steps are 1 2 3 4 5 and i want 2 3 4 only(not 1 nd 5)
Mention what are the different types of recording modes in qtp? Which will be used when?
How to load the object repository at run time?
Given a string variable contain a full name (last name, first name), using vbscripting, how can you extract first and last name and save them into two different variables.