Any applications in the market to help quality test team
members communicate with each other?
Answer / scott
I think Zephyr (http://www.getzephyr.com)could help quality
test team members communicate with each other.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to start testing after project kick off ???
when we want to be a good tester what should we need to be good at...
Explain stress testing, load testing and volume testing?
What quality should have Test lead?with real time exp?
What are the factors responsible for the estimation of system integration test cycle and total integration time?
hey, i recently attended 2 interviews and they asked whether I used qamonitor of softsmith. any help on what it does?
what is meant by QA milestones
How to Map Test Cases with requirement while import test cases to QC from excel.
Explain the difference between the verification and validation?
What are attributes and skills of LEAD AUDITORS?
How to design test cases?
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