Skip to main content

Posts

Find Xpath of mobile application for automation.

  XPath is a locator which is used to automate the web and mobile application. not only XPath we can use id, XPath name, text..etc. But it doesn’t have any unique locator we go for XPath. To find XPath for the web applications we have so many plugins like Firebug, Fire path, Selector hub, and all. But for the mobile application only appium inspector was there, that also only for iOS. Now we got one more tool to find XPath for both android and iOS applications. M acaca Inspector For Macaca inspector first thing you should be installed  NodeJS Then  n eed to install Macaca Inspector with the following command $ npm i app-inspector -g Next, you have to connect your android/ios device( for android ADB setup has to be done ) and run the below command to start Macaca inspector. app-inspector -u <device uid> The above command starts a local server and launch the appium inspector with a connected device view. Navigate to the application screen and refresh the page to load t...
Recent posts

API automation with JestJS

How to install and Jestjs and other dependencies? API methods 

API automation with Postman

  Learn API automation with Postman 

Tester skills

 Here is the small mindmap which will show the test skills based on the testing type