简体   繁体   中英

How to run selenium API with dot-net (using c#)

My company ask mt to write a program for testing without using selenium IDE and firefox. How can I use windowform to build a selenium-base program?? I always only import dll.file to Nunit and test.Now how can I just run in my own program?

Here's how I run Selenium Tests

Download Selenium RC Launch selenium RC like this: java -jar [Your path to]\\Selenium-server.jar -interactive --This will launch a Java console application that is your Selenium Server (RC)

Write and run the tests as described in @shenhengbin's article

There is no executable involved in this, and you can use any testing framework to run the tests.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM