Skip to content

Commit 299a5e6

Browse files
alaahongharsha509
andauthored
Update Chinese translation of "quick" (#358)
- getting_started/quick.zh-cn.md Co-authored-by: Sri Harsha <[email protected]>
1 parent b949b93 commit 299a5e6

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

docs_source_files/content/getting_started/quick.zh-cn.md

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,31 @@ title: "快速浏览"
33
weight: 1
44
---
55

6-
Selenium 不仅仅是一个工具或 API它还包含许多工具
6+
Selenium 不仅仅是一个工具或 API, 它还包含许多工具.
77

88
## WebDriver
99

10-
如果您开始使用桌面网站测试自动化那么您将使用 WebDriver APIs
11-
_[WebDriver]({{< ref "/webdriver/_index.md" >}})_ 使用浏览器供应商提供的浏览器自动化 API 来控制浏览器和运行测试
12-
这就像真正的用户正在操作浏览器一样
13-
由于 WebDriver 不要求使用应用程序代码编译其 API因此它本质上不具有侵入性
14-
因此您测试的应用程序与实时推送的应用程序相同
10+
如果您开始使用桌面网站测试自动化, 那么您将使用 WebDriver APIs.
11+
_[WebDriver]({{< ref "/webdriver/_index.md" >}})_ 使用浏览器供应商提供的浏览器自动化 API 来控制浏览器和运行测试.
12+
这就像真正的用户正在操作浏览器一样.
13+
由于 WebDriver 不要求使用应用程序代码编译其 API, 因此它本质上不具有侵入性.
14+
因此, 您测试的应用程序与实时推送的应用程序相同.
1515

1616
## Selenium IDE
1717

1818
_[Selenium IDE](https://selenium.dev/selenium-ide)_ (Integrated Development Environment 集成开发环境)
19-
是用来开发 Selenium 测试用例的工具这是一个易于使用的 Chrome 和 Firefox
20-
浏览器扩展通常是开发测试用例最有效率的方式它使用现有的 Selenium 命令记录用户在浏览器中的操作,
21-
参数由元素的上下文确定这不仅节省了开发时间而且是学习 Selenium 脚本语法的一种很好的方法
19+
是用来开发 Selenium 测试用例的工具. 这是一个易于使用的 Chrome 和 Firefox
20+
浏览器扩展, 通常是开发测试用例最有效率的方式. 它使用现有的 Selenium 命令记录用户在浏览器中的操作,
21+
参数由元素的上下文确定. 这不仅节省了开发时间, 而且是学习 Selenium 脚本语法的一种很好的方法.
2222

2323

2424
## Grid
2525

26-
Selenium Grid allows you to run test cases in different
27-
machines across different platforms. The control of
28-
triggering the test cases is on the local end, and
29-
when the test cases are triggered, they are automatically
30-
executed by the remote end.
26+
Selenium Grid允许您在不同平台的不同机器上运行测试用例.
27+
可以本地控制测试用例的操作,
28+
当测试用例被触发时,
29+
它们由远端自动执行.
3130

32-
After the development of the WebDriver tests, you may face
33-
the need of running your tests on multiple browser and
34-
operating system combinations.
35-
This is where _[Grid]({{< ref "/grid/_index.md" >}})_ comes into the picture.
31+
当开发完WebDriver测试之后,
32+
您可能需要在多个浏览器和操作系统的组合上运行测试.
33+
这就是 _[Grid]({{< ref "/grid/_index.md" >}})_ 的用途所在.

0 commit comments

Comments
 (0)