Testing Tools - Popular » Selenium » Has anyone worked earlier in selenium ?
if any thing , i will ask u. can i use this flugin in any web based applications
... See Alagar's complete reply
Yes, U can do.
Regards,
karthika
... See Alagar's complete reply
Yes, U can do.
Regards,
kart... See Karthika's complete reply
Thanks karthika.
i will tried this Add ons .
Have u used Load Runner in your Project ?
i am having some duets . u need to clarify that one. pls
... See Alagar's complete reply
Yes, U can do.
Regards,
kart... See Karthika's complete reply
Thanks karthika.
i will tried this ... See Alagar's complete reply
Hi Alagar,
I have knowledge in Load runner. But i didnt use it in my project.
Regards,
Karthika..
... See Alagar's complete reply
Yes, U can do.
Regards,
kart... See Karthika's complete reply
Thanks karthika.
i will tried this ... See Alagar's complete reply
Hi Alagar,
I have knowledge in Load... See Karthika's complete reply
Karthika,
I am having some doubts in load Runner. Here i will explain clearly.
1. In Controller Mode, we used Two types of Scenario,
1. Manual Scenario
2. Goal Oriented Scenario
In Manual Scenario we have allocated all the user and Duration
In Goal Oriented , Controller Automatically taken the time when we allocated the user
My Question is
1. Which Scenario is best ?
2. How we allocated the user for the project?
Suppose i have tested "yahoo" page means ,how many user i need to allocated for load testing? and how many seconds the page should be open? how do i find out?
Then
In Analysis Mode
I am getting many reports like( Http Request , Http Response,.....)
Which kind of Report should be more useful ?
one more thing
Can u used any scripting for Load Runner ???
i am anticipated your Reply. Let you know if you have any Queries
Regards
Alagar
i need detail description of installing and use of selenium rc
plz help me
Has anyone worked earlier in selenium ?
Posted 15-04-2009Reply
Has anyone worked earlier in selenium? If you have any training material on selenium, please provide here..
Thanks
Jay
Karthika,
What is the purpose of this Tool?
Can u explain the procedure to work?
What is the advantage of this tool?
Where will we use this tool?
I am also testing the web based project?
This tool should be suitable for web based Project?
Thanks and Regards
Alagar samy.K
What is the purpose of this Tool?
Can u explain the procedure to work?
What is the advantage of this tool?
Where will we use this tool?
I am also testing the web based project?
This tool should be suitable for web based Project?
Thanks and Regards
Alagar samy.K
Hi,
This is Open Source Automation Tool, it's add on in mozilla firefox, this tool we can't use in any other browser.
it's record and playback tool like other,
It doesn't support java script and it have C#,Python,Perl script to edit your testing scenarios.
regards
tirru
This is Open Source Automation Tool, it's add on in mozilla firefox, this tool we can't use in any other browser.
it's record and playback tool like other,
It doesn't support java script and it have C#,Python,Perl script to edit your testing scenarios.
regards
tirru
As requested here is a how to for setting up the selenium Remote control with the PHP driver. Selenium RC is an open source automation tool which can run test scripts recorded from Selenium IDE which is a firefox plugin for recording the automated tests. With this setup you will be able to record test in the selenium IDE and export them in PHP or you can skip the recording step completely and write the test in PHP and then play back or run the tests in the browser of your choice.
1. Setup XAMPP on your system:
* Download the latest version of xampp.
* Install with default settings.
* Add the following to the PATH environment variable: C:\xampp\php
2. Download Firefox. (Needed for the selenium IDE)
3. Download the Selenium IDE firefox plugin. You can drag and drop the download file on an open firefox window to install.
4. Download the Selenium RC and extract to: C:\selenium
5. Install PHP UNIT:
* Open a command line interface and navigate to: C:\xampp\php
* Type: pear channel-discover pear.phpunit.de
* Type: pear install phpunit/PHPUnit
6. Use the Selenium IDE to record some test scripts and export them in php format to: C:\xampp\htdocs\selenium
7. Start the selenium RC server:
* Open the command line interface and navigate to: C:\selenium\selenium-remote-control-1.0-beta-2\selenium-server-1.0-beta-2\
* Type: java -jar selenium-server.jar
8. Run/playback the recorded test:
* Open a new command line interface and navigate to: C:\xampp\htdocs\selenium\
* Type: phpunit testname.php
Ensure that the class name in the php test script is the same as the filename.
Now you can record tests in selenium IDE, export them in a php format and run them using the selenium RC and phpunit.
Good Luck and happy testing.
1. Setup XAMPP on your system:
* Download the latest version of xampp.
* Install with default settings.
* Add the following to the PATH environment variable: C:\xampp\php
2. Download Firefox. (Needed for the selenium IDE)
3. Download the Selenium IDE firefox plugin. You can drag and drop the download file on an open firefox window to install.
4. Download the Selenium RC and extract to: C:\selenium
5. Install PHP UNIT:
* Open a command line interface and navigate to: C:\xampp\php
* Type: pear channel-discover pear.phpunit.de
* Type: pear install phpunit/PHPUnit
6. Use the Selenium IDE to record some test scripts and export them in php format to: C:\xampp\htdocs\selenium
7. Start the selenium RC server:
* Open the command line interface and navigate to: C:\selenium\selenium-remote-control-1.0-beta-2\selenium-server-1.0-beta-2\
* Type: java -jar selenium-server.jar
8. Run/playback the recorded test:
* Open a new command line interface and navigate to: C:\xampp\htdocs\selenium\
* Type: phpunit testname.php
Ensure that the class name in the php test script is the same as the filename.
Now you can record tests in selenium IDE, export them in a php format and run them using the selenium RC and phpunit.
Good Luck and happy testing.
What is the purpose of this Tool?
Karthika: Selenium is a open source functional testing tool. It is a firefox addon
Browser Selenium IDE Selenium Remote Control Selenium Core
Firefox 3 Record and playback tests Start browser, run tests Run tests
Firefox 2 Record and playback tests Start browser, run tests Run tests
IE 8b1 not supported ? ?
IE 7 not supported Start browser, run tests Run tests
Safari 3 not supported Start browser, run tests Run tests
Safari 2 not supported Start browser, run tests Run tests
Opera 9 not supported Start browser, run tests Run tests
Opera 8 not supported Start browser, run tests Run tests
Others not supported Partial support possible* Run tests**
Can u explain the procedure to work?
1.Download selenium as per the instruction given by sagar.
2.After that, record the test script and modify the script if it needs.
4.Then play back modified test script.
5.You can view the Pass and Fail cases.
What is the advantage of this tool?
Main advantage of selenium is a Cross platform and cross browser. You can save testscript as
HTML
java(Junit)
Java(testENG)
Grovy(Junit)
C#
Perl
PHP
Python
Ruby
Where will we use this tool?
Selenium is a testing tool for web applications that runs directly into a browser. It is useful to test:
* browser compatibilities (the same script can work on any Selenium platform);
* system functionality (by creating regression tests to verify the user acceptance).
I am also testing the web based project?
This tool should be suitable for web based Project?
This tool surely suitable for your web based project.
Karthika: Selenium is a open source functional testing tool. It is a firefox addon
Browser Selenium IDE Selenium Remote Control Selenium Core
Firefox 3 Record and playback tests Start browser, run tests Run tests
Firefox 2 Record and playback tests Start browser, run tests Run tests
IE 8b1 not supported ? ?
IE 7 not supported Start browser, run tests Run tests
Safari 3 not supported Start browser, run tests Run tests
Safari 2 not supported Start browser, run tests Run tests
Opera 9 not supported Start browser, run tests Run tests
Opera 8 not supported Start browser, run tests Run tests
Others not supported Partial support possible* Run tests**
Can u explain the procedure to work?
1.Download selenium as per the instruction given by sagar.
2.After that, record the test script and modify the script if it needs.
4.Then play back modified test script.
5.You can view the Pass and Fail cases.
What is the advantage of this tool?
Main advantage of selenium is a Cross platform and cross browser. You can save testscript as
HTML
java(Junit)
Java(testENG)
Grovy(Junit)
C#
Perl
PHP
Python
Ruby
Where will we use this tool?
Selenium is a testing tool for web applications that runs directly into a browser. It is useful to test:
* browser compatibilities (the same script can work on any Selenium platform);
* system functionality (by creating regression tests to verify the user acceptance).
I am also testing the web based project?
This tool should be suitable for web based Project?
This tool surely suitable for your web based project.
What is the purpose of this Tool?
Karthika:... See Karthika's complete reply
Thanks for your information about Selenium Karthika:... See Karthika's complete reply
if any thing , i will ask u. can i use this flugin in any web based applications
What is the purpose of this Tool?
Karthika:... See Karthika's complete reply
Thanks for your information about Selenium Karthika:... See Karthika's complete reply
... See Alagar's complete reply
Regards,
karthika
What is the purpose of this Tool?
Karthika:... See Karthika's complete reply
Thanks for your information about Selenium Karthika:... See Karthika's complete reply
... See Alagar's complete reply
Regards,
kart... See Karthika's complete reply
i will tried this Add ons .
Have u used Load Runner in your Project ?
i am having some duets . u need to clarify that one. pls
What is the purpose of this Tool?
Karthika:... See Karthika's complete reply
Thanks for your information about Selenium Karthika:... See Karthika's complete reply
... See Alagar's complete reply
Regards,
kart... See Karthika's complete reply
i will tried this ... See Alagar's complete reply
I have knowledge in Load runner. But i didnt use it in my project.
Regards,
Karthika..
What is the purpose of this Tool?
Karthika:... See Karthika's complete reply
Thanks for your information about Selenium Karthika:... See Karthika's complete reply
... See Alagar's complete reply
Regards,
kart... See Karthika's complete reply
i will tried this ... See Alagar's complete reply
I have knowledge in Load... See Karthika's complete reply
I am having some doubts in load Runner. Here i will explain clearly.
1. In Controller Mode, we used Two types of Scenario,
1. Manual Scenario
2. Goal Oriented Scenario
In Manual Scenario we have allocated all the user and Duration
In Goal Oriented , Controller Automatically taken the time when we allocated the user
My Question is
1. Which Scenario is best ?
2. How we allocated the user for the project?
Suppose i have tested "yahoo" page means ,how many user i need to allocated for load testing? and how many seconds the page should be open? how do i find out?
Then
In Analysis Mode
I am getting many reports like( Http Request , Http Response,.....)
Which kind of Report should be more useful ?
one more thing
Can u used any scripting for Load Runner ???
i am anticipated your Reply. Let you know if you have any Queries
Regards
Alagar
As requested here is a how to for setting up the s... See Sagar's complete reply
hi sagar,i need detail description of installing and use of selenium rc
plz help me
As requested here is a how to for setting up the s... See Sagar's complete reply
Hi i have install PHP with selenium as u given the info.. its very useful.. thxs.. i have one more question.. is there any way to generate a test report in PHPUnit.. .. i am new for this selenium...
Hi Karthika,
I can't open up the attached pdf.
the error msg :
-
All access to this object has been disabled
BED269E92B543F48
/eV9EZsyBDkmH66rSxMjcUx9Bk41xMIidQm/rmR/GDsZjQwpnrzgX+f/XsEqWS0D
Kindly guide me through it.
I can't open up the attached pdf.
the error msg :
-
AllAccessDisabled Kindly guide me through it.












