How will u declare a variable to access multiple actions?
a)Dim b)Global c)Public d)Private
Answer / sekhar
Dim : to declare variable we use Dim.
syntax : dim variable name
public: the variable we can use all programs and all
scripts.
syntax : public variable name
private : the variable we can use with in the program not
in out side the program.
syntax : private variable name
global:
by
sekahr
| Is This Answer Correct ? | 0 Yes | 3 No |
What is reusable action?
QTP is used better in which type of application Web based application or desktop application
What are the methods of the TextStream object that are used for reading from a text file?
in a database table there are 3 columns (name , marks,grade) , in application after retrieving data from db to fields name, marks click ok button then grade should displayed ---for this how to write vb script prgm
what is frame work?
What are the recording modes and executing modes avialble in QTP?
Hi Friends, Would be great if you can provide the Model Question paper, Web site link or any reference s. Thanks & Regards, Byzoor,
How to define array in qtp?
How you test the object which is dynamically changes its location?
BEst INstitute for QTP & SELENIUM
What is Virtual Object? Plz Explain me with an example?
Hi How to retrieve data from web element line by line?