Answer Posted / sujatha
hai
Retesting means check whether the bug is fixed or not.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How does a server or client environment affect software testing?
kindly guide me about inspection process with the requried roles in detail?
During the test case review, what are the main important things will you check
What is quality audit?
What does the software qa document should include?
Do anybody have any idea about the testing tools related to client-server apllications( for banking application or products ).Kindly tell me both open source and licensed tools. Thanks in advanceRegards
What are test driver and test stub and why we need them?
What is the strategy for automation test plan?
What test strategy followed in your project?
how much it is necessary that if u r a sqa engineer then ur programming should be strong or either u have only concepts of it but u r not a good programmer.If the person is not a good programmer then do they are able to make their carrer in this field of qa and do it has good scope for them being not a good programmer?
What are the functions of the Quality Assurance Group (QAG)?
How to know that we have to use which tool for this project?
Explain what is test metric is software testing and what information does it contains?
How to test different Authorization levels for the Admin user and Userside users.
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