Hi Guys,
My Application in Microsoft Dynamic Navision, is it
compitibale with QTP? if yes then let me know...
No Answer is Posted For this Question
Be the First to Post Answer
What is the descriptive programming?
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
I need diffrences between Object Identification, Smart Identification, Regular expresion,Low-Level Recording (enables you to record on any object in your application, whether or not QuickTest recognizes the specific object or the specific operation.) I am working on Web Application. In that object caption will change dynamically. For example, consider “Save” button. On clicking save button the caption changing as “ EDIT ”. From above concept which concept I have to use here?
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
With help of object repository,we can able to write the descriptive program manually?
What is difference between QTP 8.2 Obect Repository and QTP 9.2 object Repository?
How to find the difference between 2 dates in qtp?
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
What are test settings and global settings?
Write a user defined function to count the no. of buttons existed in a webpage ? i dont want to use descriptive.create ()
I used Child objects to get the count of the no of weblist present in the page.now i need to select the item in the weblist..Please send me full code