What is the difference between Bug and Issue?
Answers were Sorted based on User's Feedback
Answer / koteswara rao.k
Bug is a variance between the actual and expected which
already known as per the requirements .
Issue is a weird one ( need to know the Requirement
scope )
Am i write koteswara .9.rao@gmail.com
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / radhika
Bug: bug is a verfief defect in the application
Issue: Issue is what you think is a bug but it needs
clarification from Onshore teamm.
| Is This Answer Correct ? | 2 Yes | 4 No |
I have heard about Zephyr as a good test management system. Would like to hear from those who have actually used it?
what is QA/QC LIFE CYCLE?
3 Answers Gradient Technologies, Ordain Solutions,
Relationship between dynamic testing, coding fault and failure
What is the cost of quality?
When u will start testing?
What are the points to be taken into consideration while doing INTSTALLATION TESTING?
You are a tester. Now how will you choose which defect to remove in 1000000 defects?
What is quality control?
If conflict arrises between u and developer how will solve that?
Difference between smoke testing and sanity test ?????????
Dear all I need an advice about sqa field last year i have completed my graduation in computer engineering and i have just started my career as Software engineer in QA field and working in a software company. The problem is that I am very confused about my career in this field because I want to know that how much it's necessary that the programming concepts and the programming should be strong if the person is working as a sqa engineer if i talk about myself i can create logic with respect to programming but for me it's very difficult to implement my logic in form of code and is programming field has strong scope over sqa field and as a sqa engineer what will be my prestige in front of programmers. I want to know what appourtinutes i will get in this field after some period of time and what will be the next step(desigination)in that field.Kindly reply Regards
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