Answer Posted / r.prasad
hi ,
u can open command prompt using following script also
dim app
set app=createobject("QuickTest.application")
SystemUtil.run "cmd.exe"
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
Does QTP have any limitations?Can it work with all kinds of programming languages like java,springs,ajax ,hybernet?Also does it work well with windows 7.What are its other limitations
What is a reusable action?
What are the ordinal identifiers in web page?
Where we use data driver in qtp?
How will you declare a variable in qtp?
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
What is the pros and cons between QTP and Rational Robot
Have you used xml check point in your project?
How to connect to a database?
How to remove the associated function library?
How many types of actions are there in quicktest professional?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?