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
What are the different attribute used with regular expression?
What are the different types of recording modes?
Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks
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 use of ordinal identifier in qtp?
What is keyword driven framework?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
What is the new version of qtp which is recently released in the market?
Can we record an application running on a remote machine using qtp?
how will load the object during runtime?
How you can write contexts to text file in qtp?
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
What are the challenges u faced in testing with crm domain? How u overcome with?