Vsts for testers
I. Overview
Ii. Test Type
Iii. Team test API
I. Overview
• Visual Studio team edition for testers Provides a set Microsoft Visual maxcompute 2005 Tightly integrated test tools • Team edition for testers Allows you to create, manage, edit, and run tests, and obtain and store test results. DivisionCodeOut of Coverage measurement, Visual Studio It also integrates several test types, including unit test, Web Testing, load testing, and manual testing. • Available Visual Studio ide Run the test. In addition, you can run a test group or any individual test other than a manual test from the command line. • Because the test tool and Visual Studio team system Therefore, you can publish the results to the database, generate a trend and history report, compare different types of data, and view how much data is found through the test. Bug .
Is the Visual Studio team system diagram we often see
Ii. Test Type
•Unit Test
Is a programming test that can be used to create an initial test.Source codeTo create a unit test. You can also manually write the test.
• Web Test
Also known as declarative Web Test, which consists of a series HTTP Request composition.
• Load Testing
The main goal is to simulate the situation where many users access a server at the same time.
• Manual test
Is a manual test. Manual testing is usually performed in a text document listing steps or Microsoft Word Captured in the document.
• General test
You can run the command line and return the result in a general test. Pass Or Fail Existing tests,ProgramOr a third-party tool.
• Sequential Test
Contains other tests to be run in the specified sequence.
Iii. Team test API
Namespace
Microsoft. visualstudio. testtools. loadtesting
Microsoft. visualstudio. testtools. unittesting
Microsoft. visualstudio. testtools. unittesting. Web
Microsoft. visualstudio. testtools. webtesting
Microsoft. visualstudio. testtools. webtesting. Rules
Assembly
Microsoft. visualstudio. qualitytools. webtestframework
Microsoft. visualstudio. testtools. webtesting
Microsoft. visualstudio. testtools. webtesting. Rules
Microsoft. visualstudio. qualitytools. unittestframework
Microsoft. visualstudio. testtools. unittesting
Microsoft. visualstudio. testtools. unittesting. Web
Microsoft. visualstudio. qualitytools. loadtestframework
Microsoft. visualstudio. testtools. loadtesting
WebTestAPICan be used to create EncodingWebTest,WebTest plug-ins, request plug-ins, requests, Extraction Rules, and verification rules.