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
I just had release cycle completed and had to run sanity pack for mobile as well as a desktop application. That day, unfortunately, I missed the cable at home …
Appium Tutorials
If you remember in the previous tutorial we discussed triggering Appium server with Java programming, which is a good solution when we have to run our automation tests cases …
Appium Tutorials
DevOps is the current trend in IT for faster delivery of the ready product. During the whole pipeline process, automated test for desktop application will start automatically at the …
Appium Tutorials
I would like to inform you that I am traveling while writing this blog post, Hope it will be completed in 1 hour 40 minutes flight journey. The main …
Appium Tutorials
We have already discussed all the Appium basics required before running the Appium test on Android mobile browser. In general, we use Google Chrome on Android so in this …
Appium Tutorials
In previous Appium tutorials, we have seen the configuration of Emulator for performing Appium testing. The next question would be how shall we send our test to mobile devices? …
Appium Tutorials
We have discussed all the basic steps to launch our mobile automation project with Appium. Now we are in the phase where we need to build Appium tests for …
Appium Tutorials
In any form of automation testing, we need to identify the objects and they are identified by locators. We have discussed various locators in WebDriver as well; we used …
Appium Tutorials
In web GUI automation we can easily find elements through the browser’s inbuilt inspector tool. Earlier, finding an element in Mozilla Firefox was even easier with Firepath, but it …
Appium Tutorials
We have discussed the installation of Appium server in our last article. Hope you have done it properly without any trouble. Well, if it comes to Mobile testing then …