What is the difference between Functional and Technical
bugs? Give an example for each.
Answer Posted / varshab
Functional bugs are related to functionality of application
whereas technical bugs are associated with technical issues
in application.Below are examples for each type of bug.
Functional bugs: 1)As per SRS Gross Salary = Salary in hand
+HRA+DA though in application Gross Salary is calculated by
applying some other formula.
2)As per SRS students who has scored percentile more than 69
should be grade as "Distinction" however after processing
grades of students ,students who has scored percentile less
than 69 are also confer distinction grade.
Technical bugs : 1)Application is not compatible with
windows vista OS.
2)Website is not working with Mozilla browser.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
How will you set the Dependency in the Quality center? Say if you will fail a test case and two or more test cases are dependent on that particular test case. In this case how will you handle in failing the test case.
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
Hi, Can anyone suggest a test case writing technique for the below scenario. 1. User draws a lines on the image 2. User selects the lines and right clicks ( Measuremnts like distance between the start and the end point, coordinates of start point and coordinates of end point) 3. User selects one of the measurement Measurement is displayed Just want to highlight, i am looking for a test case writing technique for above scenario.
1...DIFF BETWEEN QTP AND WIN RUNNER? 2... CHECKPOINTS AND EXPLAIN EACH OF THEM? 3...WHY IS STEP GENERATOR? 4... WHAT IS THE DIFF BETWEEN FUNCTIONS AND SUB ROUTINE?
What is PBX Testing & What is Test coverage?
Our software designers use UML for modeling applications. Based on their use cases, we would like to plan a test strategy. Do you agree with this approach or would this mean more effort for the testers.
Q) Create Preffered customer: As a customer when i purchase more than $5000 in goods since my first purchase, I become a preffered customer so that i can receive the benefits associated with that status.
how to write the test cases for mark as read/unread mails for gmail inbox?and what are the testings we will do?
Hello testers I am an Bsc Hotel mgmt Degree holders but now am doin my software testin programme, side by MCA Master degree an have 6 months exp i testing in company.. i want to change my CV according IT based. so can anyone help me with sendin any sample CV of urs.. do me this favour it wil be very helpful for me prepare CV for interviews....
What icon is used in WinRunner to get an explanation of the syntax of TSL?
Why do you need to parameterize fields in your virtual user script?
When the GUI Testing will be held on the V model ?
wat are the questions would the project leader ask about the project?? please do send the answers early.
What is software review?
What is Independent Testing?