documents is a bit difficult for beginners. But in the end there is no technical content of the matter, if the business and process is familiar enough, the document use case will naturally be written.
Test Assistive Skills:
I found that these two skills in the written and interview process must test, the occurrence of high probability, but in the actual work, some tests do not touch Linux, some tests do not need to operate the database. Of course, the test, also can not be too on the surface, a
Resources related to testpartner automated testing tools collected by Tib studio:
1. Official website of testpartner:
Http://www.microfocus.com/products/silk/testpartner.aspx
Http://www.microfocus.com/products/Testpartner/tryitform.asp? Evalpartnumber = testprtnr0603
2. Getting started with testpartner
Http://www.docin.com/p-55047474.html
3. testpartner Forum:
Http://www.sqaforums.com/postlist.php? Cat = 0 board = ubb25
4. Enterprise Java testing with testpartner and VBA using Sun Microsystems
The following are related books on automated testing recommended by Tib automated testing studio:
Qtp automated testing practices
Http://www.china-pub.com/39984
The road to software automation testing success
Http://www.china-pub.com/196509
Http://blog.csdn.net/Testing_is_believing/category/672903.aspx
Http://www.cnblogs.com/testware/archive/2010/06/26/1765938.html
Advanced qtp Automated Testing
Http://www.
Framework (Reusable function, method) type:① data-driven (use test data to drive script run, test script and data separation ??? )② keyword driver (object.action (param), higher abstraction, separation of business logic, scripts, data)structure: Automation①aut: Configuration file, XML file②config (Object Repository): Objects, TSR files (FLIGHR.TSR)③testdata: test data, i.e. test case, TXT file (flight_testcase.txt)④script: Test script, read Test Data, pass to execute Testcase, pass to business p
I've brought a number of development teams and test teams to talk about the good testers I have in mind. I hope it will help you in your future career.
1 Active work
How is your work attitude, is to evaluate a tester's most important aspect, a high level tester (refers to pure technical ability) without a good working attitude, in the Test team sometimes not only can not play a role in the test work, and sometimes hinder, and a willing to work tester, Even if his technical level is not high, peo
for white-box testing generally requires a certain programming Foundation, that is, the ability to write test code based on functional code. There are many commonly used automated testing tools for unit testing, all search online.4. Automated Testing: for functional testing, there are several situations where testing is based on CLI, API, and GUI; testing based on CLI and API, that is, the script technology is used to simulate the sending of CLI commands or API requests to the device to control
manual test. Of course, you can also use tools such as qtp for some simple recording. Before restructuring, we first confirm the existing functions of the system through the requirement document and design test cases based on the existing functions. Then go to the system to ensure that each test passes and record it as a qtp script. In this way, we have completed preparations for restructuring. During the
.
========================================================== ==============
Summary:
As for the selenium command, I have learned it. I remember the commands recorded with selenium IDE and their corresponding parameters. Now, it will become very clear.
In fact, this part of the command is a relatively basic thing, understanding this part of the study will be more smooth. I believe that all the students who want to learn qtp need to learn
the name UserName.
Set Editdesc = Description.create ()
Editdesc ("Micclass"). Value = "Webedit"
Editdesc ("Name"). Value = "UserName"
Set Lists = Browser ("Welcome:mercury"). Page ("Welcome:mercury"). Childobjects (EDITDESC)
Numberoflists = Lists.count ()
If numberoflists > 0 Then
Browser ("Welcome:mercury"). Page ("Welcome:mercury"). Lists (0). Set "MyName"
End If
Some specific usages can be found in QTP's help. Personal advice is: you'd better follow the example provided in
Selenium is a web of automated testing tools, many learning function automation students began to prefer selenium, compared with QTP because it has a lot of a bit:* Free, no need to crack QTP and big headache* Small, for different languages it's just a package, and QTP needs to download and install 1 + G programs.* This is also the most important point, whether y
. test automation because mobile testing must be done on many different devices, browsers, and operating systems, it can be expensive and time-consuming to do all the tests manually. Test automation can reduce the time and cost associated with testing. In addition, test automation can improve the productivity of test teams. However, it is important to emphasize that automated testing is not a replacement for manual testing, it is designed to reduce the effort/time required to launch a produ
Selenium is a Web automated testing tool. Many students who learn the automation of learning functions have begun to prefer selenium because it has many advantages over qtp:
* Free, and no longer have to worry about cracking qtp
* Small, it is only a package for different languages, and qtp needs to download and install one multi-GProgram.
* This is also th
I recently read the electronic version of qtp on the Internet. It is a headache and I can't keep reading it. I bought this qtp from practice to proficiency two days ago. It feels good and is very suitable for beginners, I spoke very carefully. Now I am going to school when I have nothing to do at work. It's not bad. I practiced qtp last night. A small problem is
After using qtp 6.5 for a while, I thought it was a powerful tool for automated function testing of the B/S system. Later I wrote an article on tool promotion, promote the use of this tool within the company.
However, this version still has some problems. Below are some of the shortcomings I mentioned in my original article:
At present, we still cannot obtain the original service of MI company. Therefore, the use of
:
PageObject Design Pattern Introduction.
Selenium support for PageObject mode.
A simple test structure
Automated Test team member Division
Demo: Blog Park Personal Home page implementation (this is to deceive you ...) )
(a) Introduction of PageObject design patternPage object is the industry's most popular automated test design pattern, which can effectively improve the maintainability of automated testing and code reuse rate. Almost all automated test-driven frame
Selenium is the most extensive web UI Automation testing framework currently in use. This series of articles will go into the brief to explain the usage of selenium.
Reading Table of Contents
The name of the selenium
Selenium means selenium (a bit QTP the killer's meaning)
QTP Mercury is mercury, and selenium can counteract mercury.
QTP The current price is
on many different devices, browsers and operating systems, So it's expensive and time-consuming to do all the tests manually. Test automation can reduce the time and cost associated with testing. In addition, test automation can improve the productivity of test teams. However, it is important to emphasize that automated testing is not a replacement for manual testing, it is designed to reduce the effort/time required to launch a product. Automated mobile Web testing tools are different from mob
way to automate and greatly reduce effort. test Automation because mobile testing must be done on many different devices, browsers, and operating systems, it can be expensive and time-consuming to do all the tests manually. Test automation can reduce the time and cost associated with testing. In addition, test automation can improve the productivity of test teams. However, it is important to emphasize that automated testing is not a replacement for manual testing, it is designed to reduce t
Selenium is a web of automated testing tools, many learning function automation students began to prefer selenium, compared with QTP because it has many advantages:* Free, no need to crack QTP and big headache* Small, for different languages it's just a package, and QTP needs to download and install 1 + G programs.* This is also the most important point, whether
SQL statements, data integrity constraints, creation and use of indexes, view creation and use, advanced queries, definition and use of stored procedures, Oracle and MySQL basic operations, SQL plus basic use, plsql Developer use, sequences, indexes, views, functions, and stored proceduresPhase III:1. Functional test Tool QTP:QTP basic usage flow, using QTP recording application and Web program, QTP test o
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.