How to loop tests in Selenium IDE?

后端 未结 8 1927
生来不讨喜
生来不讨喜 2020-12-13 23:31

I\'ve been testing in Selenium IDE. It\'s pretty easy to use, and I have created some test cases with it. I\'ve been searching Google, trying to find a way to repeat my test

8条回答
  •  遥遥无期
    2020-12-14 00:12

    This is a sample for sampcop user in order to automate spam complaints using label and goto Label commands:

    1st Login on spamcop.net

    2nd use Report Spam option

    3rd start this script

    
    
    
    
    
    testecase
    
    
    
    testecase
    label target1
    clickAndWait link=Report Now
    clickAndWait //input[@value='Send Spam Report(s) Now']
    gotoLabel target1

提交回复
热议问题