unit testing - Selenium RC just run the first case in the suite -


i'm trying run html testsuite selenium rc. browser starts, first test runs, nothing else. selenium never start running second test in suite. couldn't find related in selenium's rc docs nor internet (except forum's post without answer). me? doing wrong?

if run same testsuite using selenium ide firefox runs perfectly. if manually run second testcase in suite after seleniumrc launching browser, runs ok - running manually mean clicking in second row in left frame of selenium test page , click in "run selected test".

that's command line i'm using:

java -jar selenium-server.jar -htmlsuite *chrome http://localhost:8088/ /home/devel/dev/tests/ts_5.1.2 /home/devel/dev/tests/log.html 

apreciate help! fernando

add ".html" extension test suite file , each test case file (else suite not run past first test case)


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -