Experience & exploration about software QA tools & techniques. Maintaining & writing blog posts on qavalidation.com! Publishing video tutorials on youtube.com/qavbox

Ways to run multiple testng.xml in Java

TestNG provides different ways to run multiple testng.xml files Through code Through testng.xml itself TestNG tutorial For this post let’s consider these below 2 testNG classes TestNG1.java TestNG2.java Now let’s create 2 testng.xml for the above classes testng1.xml testng2.xml for individual testng.xml file run we can right click on the testng.xml and run. But let’s…

Setup Android & iOS simulator & installing apps

https://youtu.be/0TbQ_kriugc Android Simulator Steps – Install Android studio – https://developer.android.com/studio Download components Android Studio > Tools > SDK Manager > System Settings > Android SDK and download all the required components Create Android simulator Tools > AVD Manager and click on “Create Virtual Device…” Open Android simulators Tools > AVD Manager and click on appropriate…