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
PLS SEND REAL TIMERS, WHAT IS SOA TESTING..IM TRYING 3+ YR.. I HAVE GOOD KNOWLEDGE ON MANUAL TESTING... NOW IM NEW TO LEARN "SOA TESTING" IS BEST OR NOT? BEFORE LEARNING SOA TESTING ANY SKILLS ARE REQUIRED..... AND NOW WHAT IS THE MARKET FOR SOA TESTING... AND IT IS BASED ON PROGRAMMING OR NOT?
Can you explain process areas in cmmi?
I studied MBA, I want learn any softwarecourse, which course is better hadoop or testing tools(manual+selenium?)
Hi friends I am kranti completed my IT diploma in 2005 & after that complete my software testing course. Now I am working in small software form as software tester. I have 2 + year experience in manual testing. Now I wan to change company. Plz told me is there any effect that I can not have any degree although I have 2 + experience ?
Why did you choose the Software Testing Field?
what s test block ratio? please any one answer me..
What is testing and maintenance?
How to do Pixel Size testing in a PDF document. Is there any Open tool that will be avaiable?
what is the common in all s.o.p (standaed operating procedure)?
Explain accessibility testing and its importance in the present scenario.
How does compatibility testing differ while testing in Internet explorer and testing in Firefox?
After insert the record in front-end, how will you check the back end by manually? Please explain?
How we test the bulk of contents in web page using manual testing? Is any open source tool available for that ? Thanks in advance..
What is junit & api?
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?