How can we automate Capthca on registration or any contest
forms ?
Is it possile to Automate Webpages with Falsh using QTP..?
Answer / guest
flash is a . net product so we are able to test the
application using QTP
| Is This Answer Correct ? | 0 Yes | 0 No |
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)
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
how to reverse a string with out using string or predefined function,ex:string is " i love india". the output should be like this "i evol aidni"
How do you convert manual test cases to automated test cases?
Did QTP prove efficient for your project? Yes or No, explain?
Syntax for how to call one script from another? and Syntax to call one "Action" in another?
how to test use the quality control .how to verify the image verification
How can I use Call dlls in QTP ?
I dont know how to configure non standard objects to standard objects in QTP9.2 can i have someone explain me in breify?
In a WebTable 2nd row,3rd column contains one link and that link name is changing dynamically. How you will click the link?
In this bellow script QTP is not able to getting no. of Links from my Browser. Set desc=description.create desc("micclass").value="Link" Set obj=Browser("creationtime:=0").page("title:=.*").childobjects(desc) msgbox obj.count I am getting "General Run Error".Why QTP is not supporting my Browser,but its running fine in other system.Please help me to overcome this problem.
What are the main differences of qtp and win runner?