u know the control flow & data flow then what type of
testing u want to choose?
Answers were Sorted based on User's Feedback
Answer / manish1808
Absolutely correct white box testing.....and to be more
specific....it is UNIT TESTING
| Is This Answer Correct ? | 2 Yes | 1 No |
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 to write the test cases for history of chat ?
what is the diff between smoke testing & monkey testing?
How to write the test cases for the Date Format like dd/mm/yyyy?
When to start qa in a project?
What does the test strategy include?
SDLC Phase ==> Requirements feasibility study --> understanding of design / architecture --> development of DFD/Use Case diagrams / Stories etc --> development --> v&V --> Acceptance. Request you all to identify all possible artifacts created during SDLC phases.
Q. How do you establish the testing environment?
Suppose you find a bug in production, how would you make sure that the same bug is not introduced again?
wat will be your testing approach for this product from project start to finish(product is landline phone)
Why is automation testing preferred over manual testing?
Adhoc testing is advisable for every project?