which command u will use to access the application through
descriptive programing?
Answers were Sorted based on User's Feedback
Answer / varsha
We can use InvokApplication or SystemUtil.Run "".
Also you can use following script to open a browser usinf
descriptive programming :
Dim ie
Set ie = CreateObject ("InternetExplorer.application")
ie.Navigate "http://www.google.ae/"
ie.Visible=True
Is This Answer Correct ? | 4 Yes | 0 No |
In Descriptie Programming we use InvokeApplication
InvokeApplication "path" in QTP
Or
SystemUtility Comaand in QTP
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / jason
I partially agree with the first answer and i afraid to say
that i dint understand the second answer.
Lets keep it simple,
In case of a windows application its :
SystemUtil.Run ""
In case of a web based Appliaction its :
Broswer(browser name).Page(page name).so on....;
Invoke Application , was being used in QTP 6.5.
Please check and revert back if it applies to 8.2 / 9.0 /
9.2 / 9.5.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / neel
invoke application ("path of the application")
OR systemutil.run "path of the application"
And see whthere the objects are available in the
reposiutory or not..
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / tvs ramakrishna chowdary
we can't access the app thru descriptive prg...but we can
access the objects in the app thru descriptive prog..
ur question is not clear
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / k.chandra sekhar
a) When the not recognize the object in the object
repository then go the descriptive script.
b) Then that time you 1st learn the that object with
the help of the object spy then in the object spy show the
all properties of the that object then any one of the
properties you can use that, base create the descriptive
script.
c) It is minimum 4 to 6 lines only not use the more
then, that is not good for the tester
My name is k.chandra sekhar,
My phone no is 09246540049,
Hyderabad.
My mail id is ndra_143@yahoo.co.in
If any body want full explain send the mail
Is This Answer Correct ? | 1 Yes | 2 No |
How to load object properties to object repository through scripting.give one example
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
WHAT IS THE USE OF "FUNCTION GENERATOR" IN QTP?
The string is like POWER STAR PAVAN , write a script for this how to findout the number of "A" in the string ?
HI. AnyBody can explain Automation Testing Framework...Generally wht do we Intiate before going to start Automation testing process... Anybody can explain.......Thanks in advacne...
Does QTP is "Unicode" compatible?
How to make arguments optional in a function?
how to create user defined functions in QTP? can any one expalin me with example.. Thanks in Advance for help
What are the Features & Benefits of Quick Test Pro (QTP 8.0)?
Where virtual objects stores results?
Need one Urgent help please,for ex: first time i created Local reposory and convert that local to shared Rep and save in some where(by using Export local objetcs), unfortunately that saved repository is missed, now i want same repository,but iam not able to export the same repository second time?? i need that Repository only how to get???
Which object model ur used in ur project