AUTOTEST

AUTORUN SCRIPT COLUMN DETAILS

Sr No. Functionality Description Column F Column L Column M Column N
1 To Click an element When you want to click Login button, then write Click in column L Click
2 Input any value in element When you want to enter some value "abc", then write "abc " in column L abc
3 Check value with text/content When you want to Check particular element text/content, then follow steps :
  • 1. write that text or content in apprpriate column( column H for text and I for content)
  • 2. write "Check " in column L
  • 3. write text/content in column N
Check text
4 Capture string value When you want to Capture particular element text/content, then here steps :
  • 1. write "Capture " in column L
  • 2. write text/content,string,1 in column N and index number which will used in Check
Capture text,string,1
5 Check value with previously capture text value When you want to Check particular element text/content previously capture value in 1 follow steps :
  • 1. write "Check " in column L
  • 2. write text,string ,1 in column N
Check text,string,1
6 Capture Number/integer value When you want to Capture particular element numeric value , then follow steps :
  • 1. write "Capture " in column L
  • 2. write text/content,int in column N and index number which will used in Check
Capture text,int,1
7 Check only number value of element with previously capture number value When you want to Check particular element number after subtract previously capture integer value in 1 follow steps :
  • 1. write "Check " in column L
  • 2. write text,int ,1,sub ,10 in column N (10 is number which deduct )
Check text,int,1
8 Check number value of element after addition/subtraction of previously capture number value When you want to Check particular element number after subtract previously capture integer value in 1 follow steps :
  • 1. write "Check " in column L
  • 2. write text,int ,1,sub ,10 in column N (10 is number which deduct )
Check text,int,1,sub,10
9 Capture single value form multiple same value When you want to Capture particular element text/content form multiple , then follow steps :
  • 1. write "Capture " in column L
  • 2. write text/content,multiple,1 in column N and index number which will used in Check
Capture text,multiple,1
10 Click on prevously capture different element for multiple same element When you want to Click on previously capture as, thenciate element text/content form multiple , then follow steps :
  • 1. write "Click " in column L
  • 2. write multiple,1 in column N and index number which will used in Check
Click multiple,1
11 Check value of element contains particular value When you want to Check particular string contains in last element of multiple text/content follow steps :
  • 1. write "Check " in column L
  • 2. write text,last,contains,abc in column N (abc is the value which contains in elemnt text )
Check text,last,contains,abc
12 Check value of element contains previously capture value When you want to Check particular string contains in last element of multiple text/content follow steps :
  • 1. write "Check " in column L
  • 2. write text,last,contains,capture ,1 in column N
Check text,last,contains,Capture,1
13 Tap on particaluar element When you want to Tap to click Login and login co-ordinate are ( 230,1135) then write "etap,230,1135" in column F etap,230,1135
14 Veartical Scroll When you want to vartical Scroll to click Login then write "Yes" column F Yes
15 Horizontal Scroll When you want to Horizontal Scroll to click Login abd login co-ordinate are ( 20,820) then write "hYes,815" in column F hYes,815
16 Enabling Screenshot When you want to take Screenshot of any steps then write "Yes" in column M Yes
17 To Press Enter button When you want to Press enter button then write "Enter " in column F Enter
18 To Press Back button When you want to Press back button then write "Back " in column F Back
19 Quit the app When you want to Press quit the app then write "quit " in column F (TestCase number should be increased in column E) quit