Author: Avinash Mishra
Warning: Attempt to read property "post_id" on null in
/home3/inviula8/public_html/wp-content/plugins/enhanced-category-pages/classes/ecp/Enhanced_Category.php on line
143
Warning: Undefined array key 0 in
/home3/inviula8/public_html/wp-content/plugins/enhanced-category-pages/classes/ecp/Enhanced_Category.php on line
232
Warning: Attempt to read property "ID" on null in /home3/inviula8/public_html/wp-content/plugins/commentsafe/comment-safe.php on line 98
Warning: Attempt to read property "ID" on null in /home3/inviula8/public_html/wp-content/plugins/wp-tab-widget/wp-tab-widget.php on line 621
Automation Framework
Parameterization is the soul of software testing (it also includes automation testing). We have discussed various techniques here (at inviul) to maintain the test data in our Automation Framework. …
TestNG Tutorials
Automation framework has prime importance with respect to automation testing. We have discussed Data-driven framework (in recent live session) which exclusively incorporates different sets of test data for testing …
TestNG Tutorials
In the previous tutorial, we discussed a technique to ignore tests in Selenium WebDriver with the help of TestNG. Our agenda for this tutorial is about skipping tests at …
Automation Framework
When we are working in Test automation project then we come across a situation where some of our tests are still in progress, that is not in a ready …
TestNG Tutorials
In the previous tutorial on TestNG, we discussed the basics of TestNG Framework and its installation steps along with the significance of having TestNG in Automation testing. Today our …
TestNG Tutorials
4 years ago, I started my testing career and I still remember that I first started with Junit. I was really wondered to use Junit as it was making …
Interviews & Certifications
While interacting with people I came across few people who asked me about the Selenium interview questions which are expected to come in the recruitment process of the new …
Selenium Grid
We have already discussed in detail about the configuration of the Selenium Grid with the command line. That previous post is the well-described post which covered all the perspectives …
Interviews & Certifications
On 7th October 2018, I have cleared the Vskills Selenium Professional Certifications exam. I got the request from the members of our Facebook group for sharing the experiences of …
Selenium Grid
When we are holistically following DevOps and Automation techniques in our project then we come at the stage where our automation test case become so huge in number that …