NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

capture text on screen

Hello all

 

I am trying to use Teststand to write a code which will read text on screen or text on pop up boxes

Is there a tool I can use to capture text from the screen? Once I figure this out then I can compare text captured with expected text

 

Thanks

 

0 Kudos
Message 1 of 5
(3,899 Views)

Natively TestStand doesn't do this.  You would need ot use some OCR software and call into it's API.  Something like this maybe:

 

http://capture2text.sourceforge.net/

 

Also, if it is on a message box that is popped up from TestStand then wouldn't you know the text already since you are the one popping it up?

 

Regards,

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
Message 2 of 5
(3,890 Views)

Hi,

 

The messagebox step type has an option for user to enter text and it can be read back.Refer to the examples in case it helps your use case.

 

Ravi

0 Kudos
Message 3 of 5
(3,876 Views)

 

 

Take a look at this : http://www.sikuli.org/

 

you can capture text and screenshots.

 

you will call it via executable...

CLAD, CTD
0 Kudos
Message 4 of 5
(3,868 Views)

Hi

Thanks for the response. The pop up message isI am trying to read are not from teststand but from another tool I am using...

0 Kudos
Message 5 of 5
(3,856 Views)