How will u declare a variable to access multiple actions?
a)Dim b)Global c)Public d)Private
Answer Posted / 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 |
Post New Answer View All Answers
How many types of recording modes in qtp?
How many types of parameters are available in quicktest professional?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
banking domain description for software tester for interview
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
Hi Friends, Im planning to do certifcation in mercury Automation Tool QTP.But I Didnt get any clear details regarding course syllabus, fees, where to approach, and which certification would be useful for the experienced testers? can any one send me the details?
Discuss quicktest professional environment?
How to break the object spy ?
Output values? i want a practical example
Where you get the run time data table?
How to write business scripts using object repository with different scenarios
Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ
In qtp, explain what is crypt object
What is an object repository?
Explain how you can find the absolute value of the number in qtp?