Community of Software Testing Professionals
This is a group, where all the QTP Professionals can join and share there knowledge by posting the Queries or answering the queries.
Website: http://makeqtpeasy.blogspot.com
Members: 289
Latest Activity: Apr 8
Started by vijay Apr 8.
Started by QTP Help Feb 3, 2012.
Started by Namrata Shah Aug 1, 2011.
Comment
Vbscript Function Related to Date:
Playing with Array:
Data Type Validation in Vbscript :
Creating dictionary using Vbscript:
Thanks,
Deepak
Friend please visit and let me know your comments & query
Comment by Badari nath manda on January 12, 2011 at 2:48pm
Comment by akshar jain on January 12, 2011 at 11:12am
Comment by Badari nath manda on January 12, 2011 at 9:56am
Comment by Badari nath manda on January 11, 2011 at 12:15pm
Comment by akshar jain on January 11, 2011 at 11:36am Hi Badari, Let me know which version of QTP u r using... If u r using QTP-10 then u can go to Resources tab n click on Associate Respoitories.. Again u need to know whether u need to go for hard coded Absolute path or Relative path..
Comment by Badari nath manda on January 11, 2011 at 8:40am Hi friends,
Please suggest me how to use associate repository,split action..
Comment by Rengarajan Rajesh on December 30, 2010 at 10:47pm Hi Friends,
Currently i'm working in a Flex application where i'm facing a problem in selecting a menu through right-click.
More Clearly,Need to select an item by doing a right click.Recorded this and observed that right-click is missing in recording and here ,qtp is failing to re-play as right-click option is not working.
Script
============================================
Set Obj = Browser("").FlexApplication("").FlexDividedBox("").FlexTree("")
Set Obj1 = CreateObject("Mercury.DeviceReplay")
Set WshShell = CreateObject("WScript.Shell")
absx = Obj.QueryValue("abs_x")
absy = Obj.QueryValue("abs_y")
Obj1.MouseClick absx, absy, 2
For i = 1 To 2
WshShell.sendkeys "{DOWN}"
Next
WshShell.sendkeys "{ENTER}"
============================================
Tried with the above but it is clicking near to that and the expected menu didn't appear.Trying in getting the proper values to make qtp to select the right link.
Help me friends
1 member
1 member
6 members
1 member
12 members
10 members
9 members
3 members
2 members
7 members
© 2013 Created by Test Republic.
Powered by
You need to be a member of QTPPro to add comments!