which command u will use to access the application through
descriptive programing?

Answers were Sorted based on User's Feedback



which command u will use to access the application through descriptive programing?..

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

which command u will use to access the application through descriptive programing?..

Answer / c.chaitanyakumar

In Descriptie Programming we use InvokeApplication

InvokeApplication "path" in QTP

Or
SystemUtility Comaand in QTP

Is This Answer Correct ?    1 Yes 1 No

which command u will use to access the application through descriptive programing?..

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

which command u will use to access the application through descriptive programing?..

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

which command u will use to access the application through descriptive programing?..

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

which command u will use to access the application through descriptive programing?..

Answer / subbu

By using the below comnd
Browser("creationtime:=0").exist
Browser("creationtime:=0").navigate"www.xyz.com"

Is This Answer Correct ?    0 Yes 0 No

which command u will use to access the application through descriptive programing?..

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

Post New Answer

More QTP Interview Questions

How to load object properties to object repository through scripting.give one example

7 Answers   IBM,


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

0 Answers   TCS,


WHAT IS THE USE OF "FUNCTION GENERATOR" IN QTP?

9 Answers   CTS,


The string is like POWER STAR PAVAN , write a script for this how to findout the number of "A" in the string ?

7 Answers   TCS,


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...

1 Answers   HCL,






Does QTP is "Unicode" compatible?

4 Answers  


How to make arguments optional in a function?

1 Answers   IBM,


how to create user defined functions in QTP? can any one expalin me with example.. Thanks in Advance for help

4 Answers  


What are the Features & Benefits of Quick Test Pro (QTP 8.0)?

1 Answers  


Where virtual objects stores results?

4 Answers  


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???

2 Answers   TCS,


Which object model ur used in ur project

2 Answers   Cap Gemini,


Categories