where we are going to write the descriptive programming.for
example we are invoking qtp application where we are going
to write that code
Answers were Sorted based on User's Feedback
Answer / vishal
that caode is written in notepad and saved with .vbs
extension.
the code can be by creating a object and setting it as
set qtapl=createobject("quick test application")
qtapl.open
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / subhan.qa
hi neelavathy ,
wt am asking is in qtp expertview we are
writing the code to invoke qtp application.wt to do with
that u had already opened the qtp and u are writing the code
in qtp to open qtp
friends i need good answer with example
| Is This Answer Correct ? | 0 Yes | 0 No |
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
Explain the check points in QTP?
7. Given scenario is like this: One Web table is there and you have to search and retrieve a cell data which is equal to the given number say:123. Assume you have given with the column name/id of the table where the number may exist. So now you have to go to the given column and search for the number 123 and retrieve it along with the row number of it.
In a web site, Protocal has been changed http: to https: what is your approach?
how to retrieve the xml file data through qtp. can anybody send script for this..
What is environment variable in qtp and why to use it?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
What is Unicode Compatibility?
Can anyone please explain me the process of automating an application using QTP as i am new to this?
Is the provision for integrating QTP with QC ,available from the version 9.0 onwards only or even 8.2 version has such provisions?
Thanks....But can u tell me how i use the QTP for GIS with one Example...
hi, i am trying to capture "web element" names in a web page, and i written the code like this,, with Browser("title:=") with .page("") .webelement("htmltag:=...").getroproperty("innertext") end with end with //////////////////////////////////////////////////////////////////////////////////// QTP RETURN ERROR like this: " object's description matches more than one of the objects currently displayed in your application. Add additional properties to the object description in order to uniquely identify the object" ok fine , i need to search another property other than "index" i use all the properties like class,text,innerhtml,innertext,visible=true,x , y,abs x ,abs y...but qtp returns error ..... in this webpage index is difficult to find? how to solve