what is exploratory Testing?
Answer Posted / dharmaraj allukapally
Exploratory testing is a type of testing in which the domain exports will perform the testing on the application to explore the functionality of the Application without seeing any srs and frs document
dharmarajtestengr@gmail.com
9885531134
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the advantage and disadvantages of automated testing?
What is the difference between the test plan and test strategy
Mention the different types of software testing?
What is difference between retesting and regression testing?
What if the software is so buggy it ca not really be tested at all?
insurance domain interview questions ,i done project on insurance (manual testing)
Why you choose automated testing over manual testing?
How is adhoc testing different from exploratory testing?
What is a cookie testing?
Enlist some of the key challenges that are faced while performing software testing.
What is code walkthrough?
Suggest me MCQ book for Software testing
Do you have a favourite QA book? More than one? Which ones? And why.
We have a directory structure /usr/local/jboss/server/{$app_name}/log/*.log which contains 1000 log files. A web application has been logging to the cloud.log file, the attempts of a user called test. The code logs the following way: log.debug(username); where the username equals “test”. What command line application and or combinations of applications will you call in order to create a file named user_log.csv that contains the following lines, where the timestamp is sorted: timestamp,username
How do you determine which piece of software require how much testing?