siva reddy a écrit :
Hi, I am porting the same againg. Any body has any idea
about this. Please respond.
I am using selenium Test runner mode and its working
fine  for me.
 I need a small help regarding the capturing of
failed
test cases so that I can anaylyze the test cases
those
were failed ,after completion of execution. Is there
any to capture and store all the test cases some
where
on disk, those were failed while running. when I use (auto=true) mode Selenium stops when a
command fails. Is there a way to continue running
selenium even though a command failed.

Hello, I don't really know the subject so please forgive me if I tell something wrong : I guess that if selenium fails on a assert then it continues with other tests, but when it's a command that fails, it hangs and does not post any results (or at least does not run the other tests).
Maybe you should post an issue on JIRA to ask for this improvement.
In the mean time, maybe you should try to put some assert before executing some commands, to avoid failing. For example, before any action on a page it's good to assert you're on the good page (assertTitle), or after a search, before executing an action on an item, assert it is present.
Hope it helps

Alex


Ce message est protégé par les règles relatives au secret des correspondances. 
Il est donc établi à destination exclusive de son destinataire. Celui-ci peut 
donc contenir des informations confidentielles. La divulgation de ces 
informations est à ce titre rigoureusement interdite. Si vous avez reçu ce 
message par erreur, merci de le renvoyer à l'expéditeur dont l'adresse e-mail 
figure ci-dessus et de détruire le message ainsi que toute pièce jointe.

This message is protected by the secrecy of correspondence rules. Therefore, 
this message is intended solely for the attention of the addressee. This 
message may contain privileged or confidential information, as such the 
disclosure of these informations is strictly forbidden. If, by mistake, you 
have received this message, please return this message to the addressser whose 
e-mail address is written above and destroy this message and all files attached.
_______________________________________________
Selenium-users mailing list
Selenium-users@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to