system-testing

How to write integration and system tests in Asp.net MVC

好久不见. 提交于 2019-12-03 17:45:29
问题 My application I have an application design that looks like this: web application layer - asp.net MVC app with controllers and views that use POCOs and call services service layer - business processes that use POCOs and call repositories data layer - repositories that use POCOs and communicate with the model in the form of EF model which is part of this same layer POCO layer - defines all classes that are used for inter communication between these layers So my data layer is completely

How to write integration and system tests in Asp.net MVC

心不动则不痛 提交于 2019-12-03 06:29:00
My application I have an application design that looks like this: web application layer - asp.net MVC app with controllers and views that use POCOs and call services service layer - business processes that use POCOs and call repositories data layer - repositories that use POCOs and communicate with the model in the form of EF model which is part of this same layer POCO layer - defines all classes that are used for inter communication between these layers So my data layer is completely transparent to data model implementation because upper layer don't use data entities at all. Testing As much

Automated link-checker for system testing [closed]

社会主义新天地 提交于 2019-11-29 19:57:49
I often have to work with fragile legacy websites that break in unexpected ways when logic or configuration are updated. I don't have the time or knowledge of the system needed to create a Selenium script. Besides, I don't want to check a specific use case - I want to verify every link and page on the site. I would like to create an automated system test that will spider through a site and check for broken links and crashes. Ideally, there would be a tool that I could use to achieve this. It should have as many as possible of the following features, in descending order of priority: Triggered

Automated link-checker for system testing [closed]

不想你离开。 提交于 2019-11-28 15:45:37
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . I often have to work with fragile legacy websites that break in unexpected ways when logic or configuration are updated. I don't have the time or knowledge of the system needed to create a Selenium script. Besides, I don't want to check a specific use case - I want to verify every link and page on the site. I