New question #252331 on Sikuli:
https://answers.launchpad.net/sikuli/+question/252331

Hi,
We want to automate our regression tests. Basically, our application is a web 
app and we need to capture an ID that would be generated on the webpage for 
each action. I wanted to know if Sikuli can:
a) Capture the ids that are generated
b) Verify the status for the id generated on the webpage
c) Depending on the status provide pass/fail test results

For example:
I have used sikuli to automate and generate the ID successfully. For example I 
have the below text on my web page:
"Workflow generated successfully and the id is ----". Till then I am happy in 
using Sikuli.
For every process the id generated would be xxxx
Upon id generation, if the status(this is a column in the page) is "error" then 
the test should fail
and if the status = 'Processed or Loaded" then the test would be complete or 
end and test result should be PASS"

This is what all our regression is about. Getting the id e.g 1234(unique 
sequence but dynamic) and see if it fail or processed.  I tried with onappear 
but i am not able to capture the id, but just the text. Also, its so hard to 
map the id with the status on the web page and i dont know how to do it.

Please provide help. I wanted to know if this is possible at all with Sikuli. 
Thanks



-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to