Re: Need code for checking the results of web table after sorting, sort by ascending or descending by alphabetically or with dates

2014-01-10 Thread Parke Kuntz
Rames: Sorry. I was under the impression that you wanted to verify that that the sorting was correct. Parke On Mon, Jan 6, 2014 at 9:56 AM, Rames kumar wrote: > Thanks Parke, I think there is a communication gap, actually I am looking > for QTP code to check the results after sorting the we

Re: Need code for checking the results of web table after sorting, sort by ascending or descending by alphabetically or with dates

2014-01-06 Thread Rames kumar
Thanks Parke, I think there is a communication gap, actually I am looking for QTP code to check the results after sorting the web table fields. Sorting has been coded by our dev team and it is working now. Thanks. Rames On Friday, January 3, 2014 8:49:49 PM UTC-5, Parke wrote: > > Rames: > > I

Re: Need code for checking the results of web table after sorting, sort by ascending or descending by alphabetically or with dates

2014-01-03 Thread Parke Kuntz
Rames: I use ADO to create a disconnected recordset. It is then possible to sort on any field or combination of fields. There are several good articles on the net. Search for "vbscript ado standalone recordset" one example is http://www.4guysfromrolla.com/webtech/011401-1.shtml hth, Parke

Need code for checking the results of web table after sorting, sort by ascending or descending by alphabetically or with dates

2014-01-03 Thread Rames kumar
I have a web table with name, date created, date edited fields with sorting functions on each table. I would like to check the web table after sorting the name field, a to z or z to a, and last created field with dates, older to newer or newer to older. I have a code and tried with that , but

need code for right clicking java table

2011-09-27 Thread rajkumar Thouta
JavaWindow("Monitor cson-75.hyd.nsn.com").JavaTable("Alarm counter").Click 53,149,"RIGHT" JavaWindow("Monitor cson-75.hyd.nsn.com").JavaMenu("Acknowledge").Select the above is able to see when i have recorded the script. but when i am running it is not working could you please help for proceedin

Re: Need Code .......

2011-07-28 Thread Rajiv Nanduani
hi refer this http://testeverythingqtp.blogspot.com/2011/07/vb-get-all-web-page-text-including-all.html On Wed, Jul 27, 2011 at 8:50 PM, Ganga Subash < ganga.subashchandrab...@gmail.com> wrote: > Hi All, > Could anyone help me out > > I'm having the requirement like following: > 1. Need to

Need Code .......

2011-07-27 Thread Ganga Subash
Hi All, Could anyone help me out I'm having the requirement like following: 1. Need to find all the text in a webpage and also to find the Read only/Read write mode of the texts. 2. Web page contains *many & dynamic text.* Could anyone plz gimme an idea like how to loop? r any alternative ide

Re: Need code for right clickng java tree

2011-07-20 Thread rajkumar Thouta
Hi Amit, Thanks for the below code. this is working fine in my case also Regards, rajkumar On Jul 19, 11:50 am, Amit Pandey wrote: > Find below the code for right clicking th=e javatree nodes > >  Browser("Cramer6: deuser @ Cramer62").Page("Cramer6: deuser @ > Cramer62").Frame("ResourceBrowser"

Re: Need code for right clickng java tree

2011-07-19 Thread Amit Pandey
Find below the code for right clicking th=e javatree nodes Browser("Cramer6: deuser @ Cramer62").Page("Cramer6: deuser @ Cramer62").Frame("ResourceBrowser").JavaApplet("ScriptableResourceBrowserApple").JavaApplet("ResourceBrowserApplet").JavaTree("BrowserTreePane$BrowserTree").Select "#0;#0" Wai

Re: Need code for right clickng java tree

2011-07-14 Thread bhavin v patel
You need to invoke some runtime object methods. I dont know which one in particular but if u spy on that object and look for runtime methods you will find one.. Thanks, Bhavin On Jul 14, 3:16 am, rajkumar Thouta wrote: > Hi All, > > when i am recording for the java tree i am finding the below c

Need code for right clickng java tree

2011-07-14 Thread rajkumar Thouta
Hi All, when i am recording for the java tree i am finding the below code JavaWindow("cSONTest1-1002 - CM Editor").JavaTree("AutoScrollJTree").Click 169,1814,"RIGHT" JavaWindow("cSONTest1-1002 - CM Editor").JavaMenu("Assign Template...").Select when i am executing the code again it is not able

Re: Need code

2011-06-20 Thread raghu busireddy
Hi Subash i have writen one function for that use this it will enter the date as Wednesdays day of the week.suppose u are entering the date in the edit box u need write as Browser().page().Webedit(0.set WedDay it will set Wednesday of the week Function WedDay() MyDate=Weekday(Date)

Re: Need code

2011-06-20 Thread Ganga Subash
Hi, My Scenario is: I need to enter the Date in the Date field, as per my requirment, that day should be "Wednesday" always. E.g., 8th, 15th, 22nd, 29th June 2011 will be always "Wednesday". Like that, I should select a date , which should fall as wednesday for future months. Regards, Ganga On

Re: Need code

2011-06-17 Thread Shalabh Dixit
Hi Subash, I think the requirement is not much clear. Please specify in detail so that we can work upon and help you out. Regards Shalabh Dixit On Fri, Jun 17, 2011 at 5:58 PM, Ganga Subash < ganga.subashchandrab...@gmail.com> wrote: > Hi All, > > Could any one tell me, how to script for th

Need code

2011-06-17 Thread Ganga Subash
Hi All, Could any one tell me, how to script for the following: - Need to select the date from calender, that should fall to the day "Wednesday" everytime. Thanks in Advance, Ganga -- You received this message because you are subscribed to the Google "QTP - HP Quick Test Professional