All about BTS
“BTS”, abbreviated as “Bug Tracking System”, is a widely known and acclaimed tool used in the software industry to manage projects, by cleansing it of defects and ensuring the quality of the...
View ArticleWhy and how to report BUG in proper fashion to help developers
Proper handling of BUGs by QA throughout the BUG life cycle till it dies The process of proper BUG HANDLING is important because in most of the cases the QA who files the bug sits in one corner of...
View ArticleReach parent of an element using WebDriver
Sometimes it is required to reach at the parent location of an element. I faced a problem while trying to reach at the parent locator from the child locator. I explored a lot , discussed with my...
View ArticleAssertion using Hamcrest Core Matchers
Asserting a test script determines whether the test actually passed or failed. We can assert that a test passed by using Junit assertion or Hamcrest core matchers with assertThat( ) Junit Assert can...
View ArticleIntroduction to Testing using Selenium and Cucumber-JVM
Cucumber is a testing framework which helps in performing acceptance testing, where test scripts are written in a BDD approach. A feature file is created and written in plain english and the...
View ArticleCategorizing tests and generating test results
- While executing testcases we need to categorize tests on several basis, say severity, type of testing etc - We can catagorize our tests using the Junit Categories...
View ArticleSmoke Review of Test Data
Test Data : Test data specifically identified the input values, which we are going to supply to the system/application while testing. Test data may be prepared by a tester or a program aids by a...
View ArticleQuality Assurance and Quality Control
Quality Assurance- Its process oriented. In this we basically focused on planning and documenting those processes to assure quality including inspection, test plans all quality plans. It makes sure...
View ArticleError 80070012: Unexpected error launching spoon based internet explorer
“Unexpected error launching internet explorer IELaunchURL error returned 80070012″ while running Selenium Scripts in IE spoon browsers: Problem/Issue: ——————————————- I was facing a very critical/weird...
View ArticleFind out JS Error on Firefox using Selenium Webdriver
We need to add a JSERROR Collector jar to our project. We need to add the below dependency to the POM to download the jar file: - <dependency>...
View Article