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
Selenium WebDriver
This tutorial is in continuation to our previous tutorial which is on use of DesiredCapabilities in Selenium WebDriver to set the browser’s properties. The Desired Capabilities class is not …
Selenium WebDriver
Every testing starts in some test environments like Local environment, Release environment, production environment, BAU environment, etc. Like these environments, test devices also create a kind of environments and …
Selenium WebDriver
This is the app age in IT sector. Every day we get information about the launch of the new app. It is good because ultimately app makes our life …
Interviews & Certifications
I’d not say Interview is the barrier between you and your dream job, rather, I’d say it is the breeze which helps you get into your dream job. Today …
Page Object Model
In the previous tutorial, we discussed a user-designed Page Object Model which we generally implement in test automation framework. We have seen that POM defines the Object repository which …
Page Object Model
Page Object Model, in short, is called as POM. It is one of the most important steps to consider during Automation framework development. Hence, in simple words, we can’t …
Cucumber
We have learned all the aspects of Cucumber and Behaviour Driven Development and Testing as well. Today our prime focus is the implementation of Cucumber with Selenium. Cucumber is …
Cucumber
We have discussed a lot on Cucumber and now we came at the position where it becomes mandatory to understand the technique to write cucumber script and its step …
Cucumber
We have talked a lot about Cucumber feature file from the day when we started tutorials on Behaviour Driven Development. Earlier also we have discussed the sample Cucumber feature …
Cucumber
So far, we have discussed a lot about Behaviour driven development and its tool which is known as Cucumber. In cucumber introductory tutorial we have discussed that there is …