One, black box test
The black box test is based on the user's point of view, from the input data and output data corresponding to the relationship between the test.
It is clear that if the external features themselves are designed with a problem or the specification is wrong, the black box test method is
Not now. Black box testing focuses on testing the functional requirements of the software, mainly to try to find the following types of errors.
The function is incorrect or missing;
interface error;
input and output errors;
Database access error;
Performance error;
Initialization and termination errors, and so on.
Three, the choice of tools
How to perform functional testing efficiently? Select an appropriate functional testing tool and train a high-quality tool to use the team
is undoubtedly of paramount importance. In spite of the existence of a small number of functional testing tools at this stage, functional testing Outsourcing
Software Service Enterprise for the project. In the short term, this kind of enterprise profitability is fair, but in the long run, they are very likely to be
A software service enterprise replaced with a higher degree of automation. Currently, there are many tool software for functional testing, for different
The tools for Architecting software are also evolving. The tool we chose is visual Studio2013, in Window8.1
Test on the platform.
Second, the application of the UI test
Create a test project.
(1) Open VS2013, select File-New-Project, template list select test-Test project, output
into the test project name Uitestproject.
(2) Add UI Automation test, right-click Uitestproject, select Add-coded UI test
(3) Basic steps for UI Automation testing.
1. Click the red button to start recording.
2. Operate the function once again.
3. Pause Recording.
4. View the recorded action.
5. Generate the test code.
Black box testing of software testing