I'm in search of a test management system that can handle the
tasks for instance of a manager or a tester equally well Can
anyone help you in this?
Answers were Sorted based on User's Feedback
Answer / menty
Hey, why don't you take a look at Zephyr 3.0(http://www.getzephyr.com), I hope it will help you.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jay
QMetry provides a task and resource management interface
that provides details of the current workload and
automatically allocates tasks to available resources,
improving the productivity and efficiency of software
testing teams.
You can request a one-on-one demo to see how it works at
http://www.qmetry.com
Is This Answer Correct ? | 0 Yes | 0 No |
What if the application has functionality that was not in the requirements?
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
what is Cyclomatic Complexity?
What is a test strategy and what does it include?
Why we do load and performance testing?
Differentiate verification and validation processes.
Define the key challenges faced during software testing?
What are the types of performance testing ?
Have you ever managed writing the test cases without having any documents?
how cani do requirement testing using some testcase
Have you used any automation tools?
what is operations testing? is it coming under white box testing/unit testing?