What is change request?
Whats'the difference between Seviroty and priority .. Please answer in the follwoing way ? 1) Who will give the priority and Sevirity (ex - client/users and testers/developers) ? 2) If the client wants to give a high importance to an issue and for that the QA and developement don't think that much importance then how would be the situation ? 3) If a high sevirity issue is there but another issues is there with high priority .. Then which issue will be fixed first and vice versa ?
8 Answers Covansys, Logica CMG,
draft an email to the client asking for clarrification on the conference calling function in a landline phone
what is Quality Assurance?
8 Answers AS2, Ordain Solutions,
Write down the differences between the responsibilities of qa and programmers?
What if the software is so buggy it ca not really be tested at all?
What is the role of QA in a company that produces software?
I’ve heard that Zephyr, a test management tool saves the trouble of sending weekly and monthly status reports. Is that true?
What are verification and validation and difference between these two?
What are the advantages and dis advantages of Agile model?
Can anyone listout major scenarios for a payment submission web page???
What is quality assurance?
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