Search found 6 matches

by jhance
Mon Jun 07, 2010 9:49 pm
Forum: Automation Tools
Topic: Copying / Reusing Recordings for Very nasty repetitive task
Replies: 1
Views: 2448

Copying / Reusing Recordings for Very nasty repetitive task

Hi All - I have a situation where I have 2 tasks to perform. The first is to set a system date (run -> cmd -> date 01/01/2010), and the second to click a button in my app's UI. The problem is that I have to do this 180 times (at least, once for each date). What I envision is something like this: Dat...
by jhance
Wed Jun 03, 2009 12:05 am
Forum: Automation Tools
Topic: Unable to copy and paste text from Results form?
Replies: 1
Views: 2562

Unable to copy and paste text from Results form?

This might be something specific to my local install or config, but I was very surprised that I was unable to highlight, then copy/paste text out of my Results page. Seems like this would be extremely useful info to include in a bug report, should my script run into an error condition. Is this a kno...
by jhance
Mon Jun 01, 2009 8:52 pm
Forum: Automation Tools
Topic: Text Validation - use of wildcard or truncation?
Replies: 5
Views: 5692

Thank you!!

Ciege, thanks so much for the info and snippets. I'll see if I can incorporate them into my scripts, and see where that takes me. Thanks again for the help!
by jhance
Fri May 29, 2009 11:31 pm
Forum: Automation Tools
Topic: Text Validation - use of wildcard or truncation?
Replies: 5
Views: 5692

Thanks for the reply

We're using Vb, but I expect your advice still holds. If you have the syntax, that would be great. Otherwise, I'll bounce it off one of our developers.

Thanks again!
Jon
by jhance
Fri May 29, 2009 7:19 pm
Forum: Automation Tools
Topic: Text Validation - use of wildcard or truncation?
Replies: 5
Views: 5692

Text Validation - use of wildcard or truncation?

Hi All - I have an application which creates orders based on customer demand for a given quantity on a given date. I want to be able to perform a few different validations, using a test dataset. I can successfully control all elements of the dataset, except the date I run the test, which obviously c...
by jhance
Tue Mar 03, 2009 2:48 am
Forum: Automation API
Topic: Waiting for applications response
Replies: 6
Views: 4282

Waiting for application / browser response

I have a similar and possibly simpler problem. First, I have an application which pulls a bunch of data from a database, runs some calculations, then outputs the whole thing to a .Net datagrid viewer. As such, the way the user would "know" the calculations were complete is the datagrid viewere would...