Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
Archana
Archana
Regular Participant
Regular Participant
Posts : 33
Join date : 2009-08-21

Test inner pages without logging Empty Test inner pages without logging

Fri Aug 21, 2009 2:02 pm
Hi, I'm pretty new to selenium. I'm able to test login authentication. Can I test innerpages of my webapplication(PHP5) without logging in?
Also there are many issues I have to test on my app. We have autosuggest in our application, is it possible to test with selenium?

Thanks in advance.
Advisor
Advisor
------------------------
------------------------
Posts : 387
Join date : 2009-07-30
Location : India
https://seleniumforum.forumotion.net

Test inner pages without logging Empty Re: Test inner pages without logging

Fri Aug 21, 2009 2:21 pm
Hi,

First of all yes you can do it with seleneium, now upto what limit that you have to decide.

First, you want to access your other page without login. If your application will not allow any opeartion before login than you can't. But If you somehow open the page manually or through script, then you will do testing on that.

The main idea is just open a page in firefox which you want to test and start recording on it and reRun it. But that will only happen, if your provide inner page url in browser and page will open without any authentication.

At beggineer level your can start with short script in IDE but if you want full fledge automation testing , you have to use RC for that.

I hope this will give you little bit idea. Best Of luck.

Bye
Back to top
Permissions in this forum:
You cannot reply to topics in this forum