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

Java for QA – Java Introduction

Java Introduction – First released by Sun Microsystems in 1995 Now owned by Oracle Corp. (From 2010 onwards) Java is free to use Platform independent Object oriented Large community support Easy setup Download link – http://www.oracle.com/technetwork/java/javase/downloads/index.html Environmental setup – In Windows PATH = Java bin folder path CLASS = Java lib folder In MAC No…

Visual studio setup to run appium tests in c#

In this post, you will see steps to download and setup visual studio, appium components to run appium tests using c# language. Download Visual Studio Genymotion APK info – mobile app to get appPackage and appActivity Appium components nuGet packages Selenium WebDriver Appium Nunit Nunit3 test adapter Code implementation using NUnit.Framework; using OpenQA.Selenium.Appium.Android; using OpenQA.Selenium.Remote;…