forked from Richaguptatrainer/CRT-Scripts
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathCreateAccount.robot
More file actions
35 lines (31 loc) · 1.67 KB
/
CreateAccount.robot
File metadata and controls
35 lines (31 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
*** Settings ***
Resource ../Resources/common.robot
Suite Setup Setup Browser
Suite Teardown End suite
*** Test Cases ***
Create Account Growmore
[Tags] Account New Account
Appstate Home
LaunchApp Sales
ClickText Accounts
ClickText New
UseModal On
Sleep 1 sec
Wait Until Keyword Succeeds 1 min 5 sec TypeText Account Name Growmore
PickList Type Competitor
ClickText Website
TypeText Website www.growmore.org
ClickText Phone
TypeText Phone 1234567890
PickList Industry Banking
ClickText Employees
TypeText Employees 100
ClickText Save partial_match=false
UseModal Off
ClickText Details anchor=Related
VerifyText Growmore
VerifyText Growmore anchor=Account Name
VerifyField Phone (123) 456-7890
VerifyField Employees 100
VerifyField Website www.growmore.org
VerifyField Industry Banking