What are the functional bugs applicable in the .NET Application?

Questions by mathan_vel   answers by mathan_vel

Editorial / Best Answer

sarega99  

  • Member Since Mar-2010 | Sep 26th, 2011


The obvious answer is when a particular functionality does not work,then it becomes a functional defect. For eg. When a wrong date can be entered for eg.when only today's date can be entered and system allows to enter any past or future date,then is is a functional defect. Another example would be when the system crashes (a show stopper) that would be a functional bug.

Showing Answers 1 - 16 of 16 Answers

Gaurav

  • Jul 27th, 2011
 

It don't support addslashes. Thus creating run time error...

  Was this answer useful?  Yes

sarega99

  • Sep 26th, 2011
 

The obvious answer is when a particular functionality does not work,then it becomes a functional defect. For eg. When a wrong date can be entered for eg.when only today's date can be entered and system allows to enter any past or future date,then is is a functional defect. Another example would be when the system crashes (a show stopper) that would be a functional bug.

ntirukku

  • Mar 3rd, 2012
 

Yes, if any functionality doesn't work at all we can say..it is a functional defect.

Ex: If any field doesn't accepts right inputs or if it gives incorrect validations

  Was this answer useful?  Yes

@sarega99: Are there any bugs which are very typical to a .net application.
The answers are very generalized and can be applied to any application.

  Was this answer useful?  Yes

Dipti Seth

  • Jun 25th, 2015
 

If the functionality of the system doesnt match with the requirement or we can say system is not working according to the requirements and validations.For ex. if the test field can only accept alpha numeric charachters and we enter some digit then it will accept that it will be the functional defect.

  Was this answer useful?  Yes

How the answers relate to .Net Application? These functional bugs suggested here are most common generic functional bugs. Can any one state .Net application specific bugs please??

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions