@jeethuutube If I understand correctly, it sounds like a simple for() or while() loop is what you want. I'd roll with the for() if you know how many times you want that step/case to run, or while() if you want it to run until condition X happens.
IDE has no built in flow control support (but there are plugins to add some function). It's meant more as a tool for generating code to be used with RC/grid - which is driven by a real language (where flow control isn't a problem). I prefer Java.
can anyone tell me how to run tests iteratively in selenium ? like ther is a test case like 1) login 2) login ... i want to repeat this several number of time... is it possible in selenium ide or grid or RC or anything ?
@jeethuutube If I understand correctly, it sounds like a simple for() or while() loop is what you want. I'd roll with the for() if you know how many times you want that step/case to run, or while() if you want it to run until condition X happens.
IDE has no built in flow control support (but there are plugins to add some function). It's meant more as a tool for generating code to be used with RC/grid - which is driven by a real language (where flow control isn't a problem). I prefer Java.
srv0wned 8 months ago
can anyone tell me how to run tests iteratively in selenium ? like ther is a test case like 1) login 2) login ... i want to repeat this several number of time... is it possible in selenium ide or grid or RC or anything ?
jeethuutube 9 months ago
This demo is just help me to understand the Selenium Grid... nice work.. thanks
tyoAditya 1 year ago