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
Appium Tutorials
In the previous tutorial, we discussed the introduction to Appium and its architecture. Today we are going to discuss the guide to Install Appium in your machine so that …
Appium Tutorials
We have discussed most of the web GUI automation with Selenium WebDriver. It’s high time to switch to mobility and mobile automation testing because mobile-first is the talk of …
TestNG Tutorials
In the previous tutorial, we discussed some of the important Git commands used to perform operations on our code repository. Hope you enjoyed reading the article. Well, today we …
Selenium WebDriver
We have discussed different aspects and uses of Selenium WebDriver for our Test automation projects so far. There are various automation testing tools which fall under Licensed as well …
Parameterization
There are various ways to use parameterization in Selenium. It depends on the tester which technique he/she is going to use to inject test data in the test case. …
Web Services Testing
We came very far in our Selenium WebDriver learning journey and it’s very hard to find that we have left any topic untouched. Still, if I missed anything, then …
Selenium WebDriver
When WebDriver launches browser then a new session gets created and you don’t see extensions, plugins or settings which are available on your browser. Sometimes few settings become mandatory …
Selenium WebDriver
In the last article, we discussed testing with evolving web development technologies, that is handling bootstrap modal window in Selenium WebDriver. Now today’s agenda is testing the AJAX call …
Selenium WebDriver
Web technology is evolving day by day. Developers are more keen towards optimization and responsive design of the web application and the primary focus is Mobility. Even Google announced …
Selenium WebDriver
Test automation is efficient when we have a unified framework which supports cross browser testing. Now we just touched the string of cross browser testing, hence, we can’t ignore …