Write test cases on email form, to, bcc, cc, attachments buttons and text fields.
What are the functional bugs applicable in the .Net application?
Answered by: sarega99
Member Since Mar-2010 | Answered On : 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.
@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.
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
How will you find the bugs if the application is partially running?
Answered by: kurtz182
View all questions by kurtz182 View all answers by kurtz182
Member Since Nov-2009 | Answered On : Dec 11th, 2009
Generally, when an application is partially running, it is no longer in a stable state suitable for testing. Reboot your system (or reinstall a clean image of the build) and attempt to reproduce the issue, paying particular attention to the steps required to get there. Document your findings in a defect report. Don't forget to include screen shot(s). If error messages are returned by the application during failure, include this in your report.
If you want to determine the source of the existing defect, then check the Error Logs on the local and/or serving computers. The error messages in these logs will often describe the nature and source of the problem. Testers can set the Event Filter of this log if they know the event type or session they wish to examine. Event Details provides an exception stack trace that can be included in the defect report.
I have a problem with the question though - Define "partially running". 1) Why would you waste time on testing & troubleshooting something that did not meet the Test Entry Criteria? 2) If the tester ...
At first you should analyze the problem for the application stableness. This can be done through with Test Environment Network Stability and the correct version is loaded Database L...
Testing header functionality in Microsoft word
How to test header functionality in Microsoft word and what are the test cases... Need an urgent answer to this question....
Functional Tests System Tests (Load Tests) 1 Checkout whether On clicking Compose mail, takes you to "Compose mail page" --- 2 Check whether it has a) To, Cc, Bcc to enter email address. b) Subjec...