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

i want 8.2 and 9.2 dacuments plhelp any body sand it to my id sandhyat1@yahoo.co.in

3 Answers   Siloka,


Give me some real time point of way where exactly we can conduct audits?

0 Answers   CTS,


hi guys, could you please prepare script for given format ? 1,1,2,3,5,8,13,21,...etc use vbscript for this...?

2 Answers   Value Labs,


in QTP, we have options like (record and play,recording modes(normal,analog,low level),object identification,smart identification,object repository,synchronizing test,transactions,checkpoints(std,bitmap,text,text area,DB,XML,accessibility),regular expression,actions,data driving,parameter,parameterization,data tables,recovery scenario(pop up,object state,test run error,application crash). real time users of QTP, pls say and when and at what point u have used all these options ,in ur concerned project.pls give me explanation in accordance with ur real time project handled. real users pls send some time in the aboue case. if u can send the the reply through allinterview or at ref_it_ref@yahoo.co.in

1 Answers  


from what stage you will start automation in your project

5 Answers   TCS,






What is action?

0 Answers  


When to use Descriptive programing?

2 Answers   Wipro,


What is throw object?

1 Answers   AZTEC,


How u perform exception handling in QTp,what is other name for ths

1 Answers   Lehman Brothers,


How to handle Run-time errors?

1 Answers   Crea,


Are u place all QTP Framework folders in VSS?

4 Answers   TCS,


What is difference between WR and QTP?

2 Answers  


Categories