- BimmerRacer
- Posts : 1
Join date : 2012-11-10
Few questions about switching to Selenium
Sat Nov 10, 2012 2:45 am
Hi,
I am not sure if this is the right forum for these questions, mods feel free to tow it to the right place.
We are being asked to switch to Selenium from our current HP QC/QTP tools. I would like to know if it's possible to do the following with Selenium:
- Create tests without Firefox browser. Our client's environment doesn't allow for anything but a custom build of IE.
- Does Selenium support and how well does it support environments such as Siebel?
- Is it possible to manipulate PDF files with Selenium. Adobe labs has an add-in for QTP, is there something similar for Selenium?
- How friendly is Selenium to non-technical users? We currently build our tests in QC and the average tester doesn't see any actual code. Are there frameworks out there that are like that or would we have to build something from scratch?
- How does test management and reporting handled by most?
I am sure there will be many, many more questions but this are the few that came to mind right away.
Thanks a bunch!
jason
I am not sure if this is the right forum for these questions, mods feel free to tow it to the right place.
We are being asked to switch to Selenium from our current HP QC/QTP tools. I would like to know if it's possible to do the following with Selenium:
- Create tests without Firefox browser. Our client's environment doesn't allow for anything but a custom build of IE.
- Does Selenium support and how well does it support environments such as Siebel?
- Is it possible to manipulate PDF files with Selenium. Adobe labs has an add-in for QTP, is there something similar for Selenium?
- How friendly is Selenium to non-technical users? We currently build our tests in QC and the average tester doesn't see any actual code. Are there frameworks out there that are like that or would we have to build something from scratch?
- How does test management and reporting handled by most?
I am sure there will be many, many more questions but this are the few that came to mind right away.
Thanks a bunch!
jason
Re: Few questions about switching to Selenium
Mon Nov 12, 2012 7:42 pm
Let me try to answer -
Indeed possible. Selenium 2 (aka WebDriver) has far better support for IE browser.
Is Sibel app an HTML app running in browser then answer is yes
No out of box support, but it boils down to what you want to do with PDF. The language you pick up for Selenium (java, python etc) supports reading/manipulating files
There is code working behind those "non technical friendly" framework and same is true with Selenium. As a replacement of QC you may user TestLink (free), XStudio (partially free) test management tools. You may like to see couple of Selenium frameworks I listed on my page - http://www.seleniumtests.com/p/selenium-frameworks.html
Hope this helps.
BimmerRacer wrote:
- Create tests without Firefox browser. Our client's environment doesn't allow for anything but a custom build of IE.
Indeed possible. Selenium 2 (aka WebDriver) has far better support for IE browser.
BimmerRacer wrote:
- Does Selenium support and how well does it support environments such as Siebel?
Is Sibel app an HTML app running in browser then answer is yes
BimmerRacer wrote:
- Is it possible to manipulate PDF files with Selenium. Adobe labs has an add-in for QTP, is there something similar for Selenium?
No out of box support, but it boils down to what you want to do with PDF. The language you pick up for Selenium (java, python etc) supports reading/manipulating files
BimmerRacer wrote:
- How friendly is Selenium to non-technical users? We currently build our tests in QC and the average tester doesn't see any actual code. Are there frameworks out there that are like that or would we have to build something from scratch? - How does test management and reporting handled by most?
There is code working behind those "non technical friendly" framework and same is true with Selenium. As a replacement of QC you may user TestLink (free), XStudio (partially free) test management tools. You may like to see couple of Selenium frameworks I listed on my page - http://www.seleniumtests.com/p/selenium-frameworks.html
Hope this helps.
- [SOLVED] Switching to next test case in case of failure & using a .bat file for multiple tests
- Selenium Interview Questions
- What is the use of Selenium Core and Selenium Test Manager ? (N-Unit Procedures in VS 2010)
- Creating detail log for selenium command execution (Selenium RC Java client)?
- Switching between nested iframes within a frame
Permissions in this forum:
You cannot reply to topics in this forum