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

give me the code to save all messages of inbox of gmail into a folder and notepad

0 Answers   Infosys,


Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,

0 Answers  


what is objectidentification?

2 Answers  


If created one virtual object? Next time I changed the window position will it work?

0 Answers  


What is Cross browser testing? Does UFT support it?

0 Answers  






Wht is Smart Identification Mechanisam in QTP..Actually when do we this Technology means during Recording or running ....how is technology works. Anybody can expalin this .....Thanks in advacne

4 Answers   Siemens,


What is the meaning Work bench?

0 Answers  


What is the life cycle of QTP? Pls Give me Exact answer?

6 Answers   Google,


How to create Userdefined Function.Please write the steps ans also provide example where exatcly we use it.

1 Answers   HP,


If object is not recognized by qtp but the object is standard object what is your approach?

0 Answers  


What is .Ini file in QTP?

3 Answers  


Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........

0 Answers  


Categories