18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
How we can iterate a sign-up form process..
Hi,
As I am new to sahi, I am facing some problems using it. Can you tell me how we can iterate a normal sign-up page, which using more than 3 different user
As I am new to sahi, I am facing some problems using it. Can you tell me how we can iterate a normal sign-up page, which using more than 3 different user
Comments
Try with the following script,
This might help you.
Regards,
Theeran.
Will you be able to give me some basic tips on how to iterate. for eg
It will have following field:
1.Firstname
2.lastname
3.password
4.confirm password
5.email id
first thing you do is to record the script once. Then you encapsulate your code in a function with firstname etc as arguments. Replace your recorded fields with the variables $firstname etc and then define you dataset like then have a look at
http://sahi.co.in/w/data-driven-testing
and you may be able to iterate with _dataDrive(login, $data)
Regards
Wormi