Featured
-
No Featured Found!
Tags
Exploratory Automation Testing: To Use or Not to Use - An In-depth Analysis
Agile development has evolved quickly over the last 20 years, providing a fundamental shift in how products can be delivered to users. It is based on the concepts of collaboration, flexibility, and transparency for the entire develo...
When to start Automation Testing?
While automating GUI one has to be very careful, do not start the automating when the project starts, else you will ends up re-writing the the automation scripts. Many a times vendors provide training and support of automation tools to the resour...
Choosing the right tool for Testing?
Choosing the right tool is crucial to succeed in test automation. There are several factors that need to be considered when selecting a test automation tool. Some of the tools are free, some are expensive.
Here are some factors that you mi...
When, What & not to AUTOMATED?
QA plays a crucial part in product quality and product delivery. In agile development procedure like scrum, QA needs to work in highly flatten verification execution cycles. One of the provocation the QA engineer's face is that the coding that wa...
Automation Testing Using TestNG
TestNG is a testing framework. It is powerful and easier to use to test the appliication we can automatically test the Application and generate the necessary documentation. The TestNG can have more functionality as comparing to JUnit and NUnit. T...
Common Commands used in Selenium IDE
Here are some common commands used in selenium IDE
open - it is used to open a page using url.
waitForElementPresent - pause until the specified element present.
verifyTitle/assertTitle- compare the actual title of the page with expected ...
Advantage of Automation testing over Manual testing
Automation testing over Manual testing
1. We do automation testing when the nature of testing is repetitive or when project is large.Testing a part of application again and again lead to frustration. Doing manual testing in this kind of repeti...
Selenium components suitable for your projects need
this tutorial will guide you to understand which component is best suitable for our projects need.
Selenium IDE - when you don't have any programming knowledge and you want simple test cases and test suits to be imported in Selenium RC or gri...
Components of Selenium
Here is the story of all four components of Selenium
Story of Selenium RC It is the most powerful framework of whole Selenium project, like every software in early phase there were some issues like origin policy with java script program, i...
Introduction to Selenium
The biggest advantage of Selenium is that its an open source automation tool same as HP's quick test pro, it is created by Jason Huggins in 2004, who was an engineer at thought works, he was working on an app that required frequent testing, then...
Hurdles and Drawbacks in Automation Testing
Automation Testing is good for Regression Testing because after every sprint, testers have to test the whole application.
Automation testing although reduces the tester effort a much but still it has few hurdles and drawbacks.
Few of them are ...