Re: Remedy Testing Automation

2007-05-10 Thread Chris Moore
n example of testing query performance. 'Get and open an initial query and set a timer intTimer = Timer() Set oForm = oApp.QueryForm(0, "server_name", "HPD:HelpDesk", "'Status' < 3", "", 2, True) 'Refresh query 5 times For x = 1 to

Re: Remedy Testing Automation

2007-05-10 Thread Chris Woyton
x27; < 3", "", 2, True) 'Refresh query 5 times For x = 1 to 5 oShell.SendKeys "{F5}" Next 'Get end timer intTimer2 = Timer() 'Calculate average time per transaction avgTime = (intTimer2 - intTimer) / 5 MsgBox "The average transaction time was: &q

Re: Remedy Testing Automation

2007-05-10 Thread Sam Rx
silktest is also good option.. On 5/10/07, Vinod Kumar <[EMAIL PROTECTED]> wrote: ** Winrunner can be used for testing the Remedy application. But it involves considerable effort in scripting the testcases. On 5/10/07, Satya Gandhi <[EMAIL PROTECTED]> wrote: > > ** Dear Listers, > > We are

Re: Remedy Testing Automation

2007-05-10 Thread Vinod Kumar
Winrunner can be used for testing the Remedy application. But it involves considerable effort in scripting the testcases. On 5/10/07, Satya Gandhi <[EMAIL PROTECTED]> wrote: ** Dear Listers, We are looking at automating the testing for our Remedy applications. Please suggest some valid to

Remedy Testing Automation

2007-05-10 Thread Satya Gandhi
Dear Listers, We are looking at automating the testing for our Remedy applications. Please suggest some valid tools -- Thanks & Regards Satya Gandhi Consultant - Remedy ___ UNSUBSCRIBE or access ARSlist Archives at w