HomeSeleniumHow To Execute Selenium Test Cases Using Bat File

    How To Execute Selenium Test Cases Using Bat File

    Date:

    how to Run selenium test cases using bat file.

    Step 1: Create a simple Java project and add TestNG class.
    Step 2: Write some simple selenium code.

    Step 3: Now select option convert to TestNg as shown in below screenshot.

    Step 4: Click on finish

    Step 5: It will create a testng.xml file as shown below:

    Step 6: We are done with project setup steps, Lets create a bat now:
    ……………………………………………………………………………………………………………………………………..
    set projectLocation=G:\JavaPractice\Cmd_Testng
    cd %projectLocation%
    set classpath=%projectLocation%\bin;%projectLocation%\lib\*
    java org.testng.TestNG %projectLocation%\testng.xml
    pause
    …………………………………………………………………………………………………………………………………….

    Step 7 : Double click on bat file to execute the test cases

    Book a 1-on-1
    Call Session

    Want Patrick's full attention? Nothing compares with a live one on one strategy call! You can express all your concerns and get the best and most straight forward learning experience.

    Related articles:

    Selenium Framework For Beginners

    In this framework we will try to cover all...

    Installing Maven in local system

    In this article we will install Maven, will create...

    Installing the M2Eclipse Plugin

    We will complete this in two part - In...

    Latest courses:

    Strategic Vision: Mastering Long-Term Planning for Business Success

    Introduction: Professional growth is a continuous journey of acquiring new...

    Leadership Excellence: Unlocking Your Leadership Potential for Business Mastery

    Introduction: Professional growth is a continuous journey of acquiring new...

    Marketing Mastery: Strategies for Effective Customer Engagement

    Introduction: Professional growth is a continuous journey of acquiring new...

    Financial Management: Mastering Numbers for Profitability and Sustainable Growth

    Introduction: Professional growth is a continuous journey of acquiring new...

    Innovation and Adaptability: Thriving in a Rapidly Changing Business Landscape

    Introduction: Professional growth is a continuous journey of acquiring new...