Can you explain random/monkey testing?
Answer / Meena Verma
Random or monkey testing involves running a system with unpredictable and sometimes nonsensical inputs to test the robustness of the system. This helps identify unexpected behaviors or errors that may not be caught by traditional testing methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is an "A fast database retrieval rate" a testable requirement?
Difference between re testing and regression testing, smoke and sanity testing
What type of questions may ask related to sql during interview?
.what are the types of recording modes in winrunner 2.what are the three modes of running a test in winrunner 3.what is synchronization point 4.what are the contents present in a test case 5.do we need testing for the project 6.what is code review and code walk through At which phase the testing starts (begin) in the project How do we test Client server applications and a Web applications what is verification and validation what is adhoc testing what is traceability matrix what is base line document what is Test Life Cycle what is regression testing and retesting what is a BUG LIFE CYCLE what is a Bug what are defects what is functionality testing and system testing. a project has to be released in one day but the testing people got that project from the developers half of the day before so what they have to do to complete the testing process. 20 what are severity level and priority levels
I have a doubt in writing a test case... if suppose in a round if they ask to write a test case for any situation such as(Search engine)... in the testcase do we need to fill up the actual result and status Column in the test case??(please answer i am confused)
What is Risk anlaysis in software testing?
what are the inputs fo writing testcases and what are the outputs after executing the testcases?
After which phase you are performing UAT?
what is the diff between ad hoc and exploratory testing ?
What kind of input do we need from the end user to begin proper testing?
Can anyone please suggest me a online book on manual testing??
Can u any 1 please explain the below question and answer? Given the following code, which statement is true about the minimum number of test cases required for full statement and branch coverage? Read p Read q IF p q > 100 THEN Print "Large" ENDIF IF p > 50 THEN Print "p Large" ENDIF a) 1 test for statement coverage, 3 for branch coverage b) 1 test for statement coverage, 2 for branch coverage c) 1 test for statement coverage, 1 for branch coverage d) 2 tests for statement coverage, 2 for branch coverage