We are developing some web apps with Bonita as the workflow management tool. Are there any resources that any of you may know of which would assist me in developing test automa
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve used Selenium. (Download from http://seleniumhq.org)
You can use firefox to create the tests (it’s a bit like creating macros). Then you can re-run them later or use the test server to automate a large series of tests.
Below I’ve included the source to a basic test to log into the Bonita User Experience and kick off a process.
Replace SERVERIPADDRESS, MYUSERNAME and MYPASSWORD with your details.