Answer Posted / m.m. swamy
descion table is one of the black box testing technic
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Diffrence b/w compiled module and shared repository?
How does a server or client environment affect software testing?
What kinds of testing should be considered?
What is agile testing and what is the importance of agile testing?
Plz post any critical bugs found while testing desktop application.
prepare functional requirements and design test cases for a given business requirement as follows(consider all the implicit requirements): A message portal is given,Login into that, check for any e_mail in inbox-if present reply,if not compose a mail and send it.
Tell me about any quality efforts you have overseen or implemented.
Define bug leakage and bug release?
Give notes on role of ISO in quality assurance.
Explain the difference between the verification and validation?
What are the tools used by a tester while testing?
Explain what is traceability matrix?
Tell me in which of the software testing phase is qa involved & qc not involved?
how can i wrtie testcases for huge data
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