Today, let's introduce a simple software testing tool--visual Studio2010. Visual Studio2010 is a suite of component-based development tools developed by Microsoft, and includes other technologies for building powerful, high-performance applications that have redesigned the integrated development environment and Code Editor to directly generate code and text templates, enhanced visual functionality, and Methods and procedures for deploying WEB applications.
Visual Studio2010 has been greatly improved in its functionality:
1, VisualStudio2010 integrated environment has been improved.
This is mainly reflected in the further improvement of visual enhancements and the ability to support multiple monitor browsing. In addition, VISUALSTUDIO2010 has redesigned the integrated development environment to improve readability. Document windows, such as the Code Editor and Design view windows, are now allowed to be placed outside the IDE window.
2, the Code Editor is further optimized.
The new Code Editor makes the code easier to read quickly and easily. Call a multi-layered structure. Also, in Visual C # and Visual C + +, when editing calls to a multi-layered structure, it is convenient to navigate from one member to the caller member and to its callee member.
3, code generation and text templates.
Text templates can be created and used in any version of Visual studio without the need for any other components. At run time, text generation allows us to define partial output of the application using templates. Code generation supports the use of templates to generate part of your application's source code and other resources from the model.
In short, the ability to skillfully use VisualStudio2010 is a prerequisite for learning software testing. Visual Studio provides a range of tools for automating testing, which we can use to perform a series of tests, such as unit testing, coded UI testing, stress testing, Web performance testing, database unit testing, and more, making software testing easy.
A simple Software testing tool--visual Studio2010