Hi Currently am using Qtp 10.0 Lisenced product.. but when
am adding objects to object repository from google page it
was identifying as windows objects.. please help me!!!
Answers were Sorted based on User's Feedback
Answer / pramila
Goto Automation menu>select record and run settions>select
web as an environment.
Try to add the object and check
| Is This Answer Correct ? | 0 Yes | 0 No |
first open Qtp, then launch the application
u just try it
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / shashikant mathad
the solution Pavani said will be useful if u have opened
the application first then tried adding object ...
but another issue might be with add ins .
chk whether u have added Web addin before opening the qtp
or not.
when web addin is not added then the qtp tool identifies
all apps as window apps . :)
| Is This Answer Correct ? | 1 Yes | 2 No |
actually how many hours per one day we will work on automation (qtp) in real time
how to test one edit box using dotnet addin for Web Applications? write script?
can some one help me how to compare the values from one sheet to values in another sheet? suposse i have a feild called Temp in action1 and i also have temp in action2. i want to compare the values of those two actions sheets data table? how can i do it using descriptive programming?
There is one parent browser and 'n' number of child browsers on desktop. Write a code to close all the child browsers but parent browser should not be closed.
I install .Net Add-Ins in my system. It installed properly. But all the objects are recognizing as window objects only. But it has to recognize as swf objects. In Record and Run setting i selected 'Record and run test on any open browser' and Record and run test on any open Windows-based application' Can any one tell what setting i have to do to recognize objects correctly as swf...? Please give some suggestions..?
I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)
Which version of QTP is using by companies nowadays?
What information do the columns in the Keyword View show for each step?
In Manual testing , can u prpare bug report in TD?
How to handle the exceptions using recovery secnario manager in Qtp?
What are the advantages of Object Repository?
what is the difference between xmlutil and xmlDOM in qtp?