After the blog post here, we asked Rahul Verma if we could publish our solution on this blog. We were concerned about the same problem given in future contests. After getting a go-ahead, we are here to publish and describe our solution. The application for this contest was “WordPress”. There were three scenarios to be automated within three hours. One of the main requirements was that these scenarios should run unattended.Scenario 1: Publish five unique blog posts. Verify that the blog posts have been published successfully.Scenario 2: Create a user and login with the created user.Scenario 3: Search for a particular post and delete the blog post.Our Approach:We used Sahi Pro to automate these scenarios. We followed what we recommend to our users:- Record with Accessor Repository enabled and create snippets of code- Extract functions and use functions library- Create Scenario files (.s.csv)- Keep the data external to the script and call the file when required- Club the scenario files into data driven suite (.dd.csv )- Added tags for each scenario- Execute .dd.csv from ant targetSo, the final .dd.csv file is as follows:

blogTest.dd.csv