What is exploratory testing?

Ashutosh kumar
Ashutosh kumar

Posted On: Apr 08, 2020

 

Exploratory Testing is instantaneous learning, test design, and test implementation process. It helps in immediate test planning, analysis, design, and test execution. Exploratory Testing involves synchronized test case design and test execution of an application or system under test. The tester constructs or notes down a test idea to give direction and explore the system while testing. To further make critical, realistic and useful tests for the successful testing of an application. It is often considered as a black box testing technique while others deem it as a test approach that can be applied to any test technique and stage in the development process.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Cognizant Testing Interview Questions

    Explain what is STLC?

    STLC stands for Software Testing Life Cycle. STLC happens to be a series of different actions implemented by the examination team to guarantee the condition of the product or the software. As promptly...

    Cognizant Testing Interview Questions

    What is syntax to Initialize browser in webdriver?

    By following the below-mentioned steps one may initiate browser in web driverAction 1: Download Chrome Drive Action 2: Unlock any browser and access http://www.seleniumhq.org/download/ Here you w...

    Cognizant Testing Interview Questions

    What is use of driver.getTitle() in selenium?

    driver. getTitle() process will capture the current started page heading and later it will be saved in a variable and next it will be published in the console. Presently you can utilize its usefulness...