Test Automation FAQ
I have worked over 10 years in the Software Quality Assurance Industry and this is website is way for me to share some of my experience and is my gift back to the community.
I plan to share some of my experiences with Open Source Automation tools as well as some Commercial ones I have used in the past. I’ll share some information on:
- Planning a Test Automation Project
- Choosing the write tool
- The What, Why, How and When of Test Automation
- Tips using some popular tools & frameworks including Junit, HTTPUnit, Selenium, Watir and Wet
- Processes and Procedures
- Finding good people
Any many more topics.
hi,
I am really excited about this new automation tool Selenium.I considering using it to automate the manual test cases.
I have integrated selenium in TestNG framework and i am writing JUnit like test cases to automate the manual test cases.
The browser i am testing on is iexplore
Since my application only supports iexplore
I am facing a lot problems.
like:-
1. PERMISSION DENIED ERROR:-
This is the the biggest obstacle i am facing.
I have tried to use waitForPageLoad() method on appropriate places.
What happens is on the first attempt test test runs fine the 2′nd attempt fails.
You never know when this error is gonna come.
Any suggestions will be really helpful
Thanks in advance