how to write scripts in QTP?
Answers were Sorted based on User's Feedback
Answer / malathi
Using methods in object spy we can write scripts.
using step generator we can write scripts.
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / tripti arya
Scripts in QTP can be generated through recording or through
descriptive programming.Use object spy for descriptive
programming.
| Is This Answer Correct ? | 1 Yes | 1 No |
HI This is Chakravarthy.
If u know "C" language it is very easy to write VB Script.
and u have to know how can we use Scripting in QTP.
for ex. we wil use if conditions,nested if,for loops,while
loop,variable diclarations,functions,......etc in QTP.
all this topics come under "C" Language.
If u have any Queries contact me at
mskalyan.smile@gmail.com
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / somalatha
first of all, by recording, scripts can be automatically
generated. other ways include through editing scripts,
using step generator, capturing through text check points
and through descriptive programming
| Is This Answer Correct ? | 1 Yes | 6 No |
what kind of frame work you used in your last project?
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
How you debug your script?
Question:how many types of repositories in QTP9.2?and explain??
what do you call the window testdirector-testlab?
In a Web appl, on a page, there are student names & details listed.On clicking sort button,details are sorted on Names.How do u verify htat sorting is done by using QTP?
What is the difference between a Function and Action in QTP?
can any body pls mail me latest FAQ's in QTP to my mailid btrintra@gmail.com....Thanks in advance
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
What are the different ways to invoke an application using QTP?
Is it possible to merge two object repository files in qtp?
Explain about reusable actions?