You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to selenium-users...@googlegroups.com
Hello All,
I am using selenium-RC to test one of my project. It is a ASP.NET and SQL Server 2000 application. I used Selenium IDE through FireFox and this time trying to use Selenium-RC. I am trying to access my local server and the URL is as follows:
And, after that, on the open command, use "/Pathway_2_7_T8/home.aspx" as parameter.
Jesús
shams
unread,
Jul 24, 2006, 2:12:24 AM7/24/06
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to selenium-users...@googlegroups.com
Thanks Jesús, your information is correct and now I can drive on localhost also. My reporting was wrong at mail. :)
I have some other query also. Pls help me this regards also,
As now my selenium server is running so I need to perform test. My test product developed upon C#, ASP.NET and SQL Server 2000 and some other web tools. How can i proceed on writing test cases and executing them? Pls give me some document reference for study.
Looking forward to you.
Best regards,
zaman
j.a.c.c
unread,
Jul 24, 2006, 11:24:18 PM7/24/06
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to selenium-users...@googlegroups.com
Well, I think you are in the good way already. The Selenium-RC tutorial is a good starting point.
You need to make a choice about what client driver (java,perl,C#, etc.) and what testing framework (JUnit, TestNG,etc. ) to use.
If you have a lot of pages to test, it is easier to record them with selenium-ide and save them as java/ruby for example. In this way you save time because you don't have to look in your pages field names, locators of links, select/options, etc.
Another good info is the selenium API documentation.