Skip to content

QA Automator is complete testing solution for Web and API testing. It is codeless automation framework on cloud platform with artificial intelligence Support which reduce 90% business cost.

Notifications You must be signed in to change notification settings

PraveshJha/QAAutomator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 

Repository files navigation

QAAutomator image

QA Automator is complete testing solution for Web and API testing. It is codeless UI automation framework on cloud platform with artificial intelligence Support which reduce 90% business cost.

Prerequisite Software

  1. Node JS (Reference: https://nodejs.org/en/download/)
  2. Install the ASP.NET Core Module/Hosting Bundle (Reference: https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/?view=aspnetcore-5.0)
  3. URL Rewrite Extension (Reference: https://www.iis.net/downloads/microsoft/url-rewrite)
  4. IIS option be enabled with given below configuration

image

Host QA Automator on IIS Step by Step:

  1. Download QAAutomator from github.

  2. Create any folder on your device and place the downloaded folder inside it. Over here I created a folder (QAAutomator) in My C drive and place the download folder inside it.

    image

  3. Create Virtual directory from Default Web Site, add alias name and select physical path 'C:\QAAutomator\API_QAAutomator\Automation_ResourcesResources'

    image

  4. Browse the newly created virutal directory and note down URL (http://localhost:8009/virtualPathQAAutomator/)

  5. Open appsettings.json file from C:\QAAutomator\API_QAAutomator.

  6. Update QAAutomatorResourcesPath ="C:\QAAutomator\API_QAAutomator\Automation_Resources\" and virtualRepositoryPath ="http://localhost:8009/virtualPathQAAutomator/"

image

  1. Create new Application Pool , add any name API_QAAutomator and select No Managed Code in .NET CLR Version

image

  1. Add new Site in IIS (select any name QAAutomatorAPI, select Application pool 'API_QAAUTOMATOR' add any port number 49658 and set Physical path =C:\QAAutomator\API_QAAutomator

image

  1. Browse QAAutomatorAPI application and note down URL e.g. (http://MachineIPAdrress:49658/ or http://localhost:49658/)

  2. Open ServerAddress.js file from C:\QAAutomator\Fronthand_QAAutomator\ folder.

  3. Update APIURL (http://MachineIPAdrress:49658/ or http://localhost:49658/), base URL will be same as Step 9 URL.

    image

  4. Add new site from IIS (sitename=QAAutomator, Physicalpath= C:\QAAutomator\Fronthand_QAAutomator , Port Number =3001)

    image

  5. Browse your application using IP or local host 

About

QA Automator is complete testing solution for Web and API testing. It is codeless automation framework on cloud platform with artificial intelligence Support which reduce 90% business cost.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages