Hi ZAP Test Team,
I have a question regarding, how i can run the scripts again for example. I have a following code.once all lines are runs then i want again line no 10 to line no 15 script should be executed instead of once again all script is run. what is the way to do that?
Application(“Home_Screen”).View(“View”).Object(“Log On”).click
wait 3
Application(“Store_Selection_Screen”).View(“View”).Object(“Qt.”).Click
Application(“Application”).View(“View”).Object(“arch…”).Type (“4134”)
Application(“Store_4134”).View(“View”).Object(“NETTO iiSTRA FoRSTADSGATAN”).Click
wait 2
Application(“Counting_Screen”).View(“View”).Object(“Counting”).Click
Application(“Team_Count_Article_Screen”).View(“View”).Object(“Article No.”).Click
Application(“Enter_Barcode”).View(“View”).Object(“Enter Article number or barcoo”).Type (“1234”)
Application(“Search”).View(“View”).Object(“Image Object 16”).Click
Application(“Position_value”).View(“View”).Object(“Image Object 19”).Click
Application(“Position_value”).View(“View”).Object(“Image Object 19”).Type (“1”)
Application(“Count_screen”).View(“View”).Object(“Image Object 19”).Click
Application(“Count1”).View(“View”).Object(“Image Object 18”).Type (“1”)
Application(“Dashboard”).View(“View”).Object(“Dashboard”).Click
Application(“Confirmation_box”).View(“View”).Object(“Yes”).Click
Regards,
Asif waheed