What is the difference between Functional and Technical
bugs? Give an example for each.
Answers were Sorted based on User's Feedback
Answer / janki
Functional Bugs : Bugs found when Testing the Functionality of the AUT.
Technical bugs: Related to Communication which AUT makes.Like H/W,DB ! where these could not be connected properly
Is This Answer Correct ? | 17 Yes | 0 No |
Answer / 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 |
Answer / ranjan chakraborty
Functional Bugs : Bugs found when Testing the Functionality
of the AUT.
Functional bugs are related to functionality of application
Technical bugs: Related to Communication which AUT
makes.Like H/W,DB ! where these could not be connected properly.
technical bugs are associated with technical issues
.Application is not compatible with
windows vista OS.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / jamshaid
Functioal bugs are those, which occur during the complete
testing process, while, acceptance, system and regression
testing. Actually, we have to verify the flow of action and
if flow of action is incorrect or incosistent, then we have
to report the issues
Is This Answer Correct ? | 5 Yes | 7 No |
We can check many things in one test case, then Is it necessary to write separate test case for checking each functionality? Example : For Login Window --> Test Case is---> 1) Enter valid user id & password --> For this expected result --> 1) User should login. My question --> while executing above valid test case, we can expect more than one result such as "Visibility of password should be as ****" So Should I have to write separate test case for "Visibility of Password" OR Not? Please guide me properly.
In which situation or phase or any did u find that Manual testing is a must instead of Automation testing
what types of testing you performed in transfer funds module....
What are the tools of performance testing?
What are the main key components in web applications and client and server applications? And explain the differences between them?
What type of metrics we prepare in testing?
What about the test case if the field only takes a certain number of characters or a minimum number?
levels of testing
what is stlc and what is bug life cycle? are the both same or different?
what are the types of priority and sevority?
what is realibility
what is the difference between Performance,Load ,Stress testing