c# - Is there any ready to use module for test feedback for web applications? -
I want to implement the test response in my web application in the following ways - when a user with the test privilege logs, Then a small Feedback window will open in every page web app and it will be docked in the corner. The testers can use this window to describe this problem, and finally add attachments on confirmation, the module saves data in the database and records relevant data such as browser version, serials relevant objects etc. ...
Is there anything that is already free for use module?
Thx
Edit :
Talking about ASP.NET, I imagine it as a class that handles the page, executes the default is. You can disable the whole thing from the legacy once again after the completion of the test to enable the test from this class ...
Web using the webfile configuration. Configure can be used. Class can provide orradeable methods such as WriteIssue (reference C, user input input) which is the default implementation web. Use config and some hardcoded tables are required to be provided in the database. After that, if you need other types of storage, for example to cause problems on the issue server, you can override this method to provide custom implementation. Web.config may also have other customizations such as doc type, window CSS and similar ...
ASP.NET Talking about, I imagine it as a class that handles the page, executes the default. After completing the test to enable the test that is obtained from this class, I can disable the whole thing from ...
Although this is an interesting idea, I see some problems with this approach:
- This will mean test And different code base to produce You will not be sure until that behave like the production version of the exact trial version.
- How do you handle situations that are outside the scope of a single page ? An example: What happens if the examiner faces an application failure (missing DB connection, error in configuration etc.)?
There are other ways to achieve similar goals: an automated test session (screenshots, user actions) to be recorded and stored in an HTML report. Some automated web testing tools, I do not know about manual testing tools (but it's probably available).
Comments
Post a Comment