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 |
What is the pros and cons between QTP and Rational Robot
What is the difference betweent test and component?
hai friend's .. my question is a[0]=I a[1]=N a[2]=D LIKE IT GO'S i need output INDIA ,using simple string how will u do? can any one tell really need full..
4 Answers Mind Tree, Tech Mahindra,
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
How to use Environment parameterization in QTP? Explain with an example.
A webPage has a ComboBox with 10 values in it. Write a script to select 4 vales from it using CTRL key
why don’t use real time they r not using check points
What are the Levels of Automation in QTP
What is synchronization point in QTP?
I want different types of discriptive programming statments coded for different types of web-objects?Give syntax and example?
1.How to find in which row or column,string "Hyderabad" exist in excel sheet? 2.How to find how many times character "a" repeated in a given string "Koteswararao"
What is checkpoints for quicktest professional (qtp)?