nexiality / nexial-incubate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nexial Automation

Test Automation Platform for Everyone!

logo      logo

The main motivation of Nexial is to provide a set of automation capabilities for software testing.

  • Test automation for everyone - no coding required (but supported), simple and relevant to all project participants
  • Hybrid, Keyword-driven and standards-based; simple/familiar spreadsheet (Excel) interface
  • Supports many application architecture and interface - web (browser), desktop, API/REST/SOAP, database, batch, ssh
  • Extensive and flexible test and data management
  • Local and remote (Jenkins, BrowserStack) support
  • Supports FRIP (functional, regression, integration, performance testing)

To see Nexial in action, watch this short demo showcasing how Nexial

  1. performs a few Google searches (browser automation),
  2. uses one of the search results to invoke a few REST API calls (API automation),
  3. bulk generates a series of SQL INSERT statements (text manipulation via Nexial expression),
  4. stores API responses and Google search stats into database (database automation, with sqlite),
  5. finally, performs a few simple data analytical queries and reports (database automation, Nexial expression).

Nexial in Action

Nexial in Action


Wanna try? Have at it!

  1. Download Nexial distro

  2. Follow the installation guide (most steps are one-time work)

  3. Download the "nexial-in-action" project and unzip to local directory

  4. Run it:
    Mac/Linux:

    cd <NEXIAL_HOME>/bin
    ./nexial.sh -plan <MY_NEXIAL_IN_ACTION_PROJECT>/artifact/plan/demo1-plan.xlsx
    

    Windows:

     cd <NEXIAL_HOME>\bin
     nexial.cmd -plan <MY_NEXIAL_IN_ACTION_PROJECT>\artifact\plan\demo1-plan.xlsx
    

More introductory information can be found at our Introduction page.

For more information, please visit Our Site.

Tutorials


Contributing

Nexial Automation is a free and open source project. We appreciate any help anyone is willing to give - whether it's fixing bugs, improving documentation, suggesting new features, or collaboration via coding. Check out the contributing guide for more details.


Nexial Automation enables test automation with BrowserStack.
BrowserStack.com



Nexial Automation enables test automation with CrossBrowserTesting.
CrossBrowserTesting.com


Please note that by participating in this project you agree to abide by its terms as published in Contributor Code of Conduct.


Nexial Automation is licensed under the Apache License, Version 2.0.

About

License:Apache License 2.0


Languages

Language:JavaScript 46.3%Language:Java 43.6%Language:Kotlin 8.6%Language:HTML 0.8%Language:CSS 0.4%Language:Shell 0.2%Language:Batchfile 0.2%Language:TSQL 0.0%