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 to check feasibility of the appliction?in automation testing?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, if possible, kinldy mail PDF file to my mail-ID: ramakrishna908@gmail.com Regards, krishna.
What is the difference between run time object and test object?
How do Parameterization and Data-Driving relate to each other in QTP?
how did u use automating testing tools in ur job?
What is parameter in qtp?
What are the various types of Actions in UFT?
i have to login into gmail loginpage i have to pass testcase into userid and password by using functions. the test case of user id is it should take only lowerletters alphabetin between 4 to 6 length.it should not take spectial letters.it should not take numbers.testcase for password is it should take numbers and it should not take alphabets note the following things must happen 1 when i give correct password and userid that password and userid should be seen in QTP result and notepad,xl sheet 2 when i gave in valid password the system willgive message please give valid password that particular messaage should be seen in QTP result,norepa and xl sheet
What are the 3 main stages involved in testing with qtp?
What are the different types of action?
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.
hou can we use vb script in qtp could u tell me breafly
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?