I learned more about feature files
and automation testing. I created feature files for the website of
SLAAS. I created a new feature file for quick search box and login
form.
I learned about the way of transforming key board actions such as ENTER, ALT from cucumber with selenium IDE by following online materials.(12)
http://stackoverflow.com/questions/1629053/typing-enter-return-key-in-selenium
I used http://seleniumeasy.com/ web site for learning more about selenium IDE with cucumber. There I have easy tips on how to work in cucumber. Actually it seems as a foundation guideline for cucumber beginners. (13)
Also I have learned about cucumber parameter settings. Actually cucumber parameters let the cucumber users to decrease the number of step definitions files.Similar files can be called through parameters which has a unique id. (16)
Following images will be shown the feature file steps and step definition files which I used for automation testing.
Following images will be shown the feature file steps and step definition files before setting parameters in to feature files. Setting parameters also let us to reduce step definition files.
I learned about the way of transforming key board actions such as ENTER, ALT from cucumber with selenium IDE by following online materials.(12)
http://stackoverflow.com/questions/1629053/typing-enter-return-key-in-selenium
I used http://seleniumeasy.com/ web site for learning more about selenium IDE with cucumber. There I have easy tips on how to work in cucumber. Actually it seems as a foundation guideline for cucumber beginners. (13)
Also I have learned about cucumber parameter settings. Actually cucumber parameters let the cucumber users to decrease the number of step definitions files.Similar files can be called through parameters which has a unique id. (16)
No comments :
Post a Comment