C# Selenium RC

ninjai at 06h00
03
Sep
2010
C# Selenium RC

I'm trying to create a test that will verify a flash game loads when going to a website.
I have Flash selenium.

flashApp = new FlashSelenium.FlashSelenium(selenium, "flashGameID");
Assert.Equals(100, flashApp.PercentLoaded());

I get an error in Nunit that it can not find the element I have for the flash game ID that i found with xpath on the site
But there is an ad that lasts 20 seconds
About
This topic belongs to the forum
  • Numbers of topics : 1162
  • Numbers of messages : 3136
  • Numbers of users : 2144
  • Numbers of points : 1257
Similar topics
Hello All, I am looking for the help How to design the custom framework in Selenium RC. basically i am looking for the non compilable code to write for executing the script. Might be script in Groovey. Thanks Usman
I want to learn test selenium rc with TestNG using Ecilipse can any one tell me..How to start testing selenium rc with TestNG or JUnit.Any help will be appreciated.
Hi Guys, This video will help you to setup the eclipse IDE for the selenium rc server to work java. Some new guys face problem to setup the eclipse as it require some technical knowledge to setup it. so learn the trick and be master of the selenium.
Hi all, I am writing this piece of code to get the ids of the input fields on the page: String buttons[] = selenium.getAllFields(); System.out.println("# buttons " + buttons.length); for(int j =0; j
Hi Guys, Check the new feature in selenium 2 with web driver. http://seleniumhq.org/docs/09_webdriver.html Enjoy, share, help and learn
Forums from same category
See also
more_less
Informations

0 Replies For the topic :
"C# Selenium RC"

This topic has been viewed 926 times.

Last message :
03/09/2010 at 06h00 by "ninjai"