About the Project

QA Automation Test for OTC Markets.

This program automatically searches for different companies, starting by entering each name in the page's search engine, and then looking for a series of requested data.

System Requirements

You’ll need Node.js installed.

Install

npm init wdio .

Config

  • Backend location: Local machine
  • Framework: jasmine
  • Tool: Chromedriver

Run tests

npm run wdio

About exclude test "ADBCF" in config

exclude: [
        './test/specs/adbcf.js'
    ],

It had to be exclude because it didn't pass the test in points 3 & 4. The reason is that unlike the other two tests ("OTCM" & "RHHBY"), this one does not have a Market Cap.