Hi,
I am new to QTP and vb.script.How to start to write
vb.script in QTP? Please give me suggestions?
Answer Posted / satyanarayana
Hi dear it is very easy to write vb scripting.
First of all we have to understand what the actions to be
performed by us on the application.
Actions means entering a value or clicking a button or
selecting a value from a list dropdown list or selecting or
deselecting a check box.
example for a edit box
Browser("browsername").Page("pagename").Webedit("username").set"satyanarayana"
like the above for buttons .click
for list boxes .select"satyanarayana"
for radio buttons .set
for check boxes .set"on/off"
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Is the qtp course will help to create a virtual object?
Can we create a qtp test from qc?
Explain measuring transaction.
What is the meaning Work bench?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
What are parameterizing tests?
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
How to start recording using quicktest professional (qtp)?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
What is quicktest professional (qtp)?
What is the descriptive programming?
what is the difference between development and testing
How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
In what occasion we can specify global sheet and action sheet?