Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@thebigk • Jan 28, 2013
QTP was earlier known as WinRunner; and it's a tool that's been around for several years. Selenium, on the other hand is newer and is finding rapid adoption in testing domain. If I'm not mistaken, Selenium, though very powerful, is limited to testing of browser based applications.
QTP on the other hand is mostly suitable for the desktop based applications. If I were to choose between the two; I'd probably pick Selenium because the world's already onto all things 'web'.
But that said, a mix of both the tools would be a killer combination for an aspiring engineer. Selenium is very easy to master if you've used any automation tool before.
I'd recommend learning both the tools; but first check with your company which tool they're using so that you can quickly apply your knowledge to the real world projects. Selenium is free for download while QTP licenses costs a LOT!
#-Link-Snipped-# and #-Link-Snipped-# might be able to guide you properly on this. -
@anoop-kumar-GDGRCn • Jan 28, 2013
If I'm not mistaken, Selenium, though very powerful, is limited to testing of browser based applications.
+1
Selenium is open source and free . Current version 2.0 with web driver is very good and easy to implement and truly customizable and multiple browser support but one need to know java stuffs.
While QTP inbuilt recorder is good one , at least currently better than selenium one.QTP only works on windows
<a href="https://seleniumforum.forumotion.net/t214-selenium-vs-qtp" target="_blank" rel="nofollow noopener noreferrer">Selenium Vs QTP</a>
I am new to selenium and going to do project to implement selenium for TDD .
If anyone here a selenium master, please help me to gear-up with WebDriver.
#-Link-Snipped-# : If you are going with selenium please let me know, we can help each other. 😀 -
@saandeep-sreerambatla-hWHU1M • Jan 28, 2013
Selenium is an excellent tool for webbased testing. If you are testing anything other technology windows, delphi , etc etc still the best available is QTP.
If you have any questions in learning either of the tools let us know in this thread. I will help you. -
@pushkar-2u9XqH • Jan 29, 2013
Don't have any idea. One of my friends is learning QTP from a coaching institute. He was suggesting me for the same. He said that QTP works for both web & windows but selenium works for web applications only. He said that good/top companies prefer QTP because of its good features. -
@saandeep-sreerambatla-hWHU1M • Jan 29, 2013
Now everyone is moving towards selenium for web applications. I doubt there is a good training for selenium. QTP learn basics in any institute and practice. -
@pushkar-2u9XqH • Jan 29, 2013
How will you start with it? Are you going to learn it by yourself or by coaching?ianoop+1
Selenium is open source and free . Current version 2.0 with web driver is very good and easy to implement and truly customizable and multiple browser support but one need to know java stuffs.
While QTP inbuilt recorder is good one , at least currently better than selenium one.QTP only works on windows
<a href="https://seleniumforum.forumotion.net/t214-selenium-vs-qtp" target="_blank" rel="nofollow noopener noreferrer">Selenium Vs QTP</a>
I am new to selenium and going to do project to implement selenium for TDD .
If anyone here a selenium master, please help me to gear-up with WebDriver.
#-Link-Snipped-# : If you are going with selenium please let me know, we can help each other. 😀 -
@anoop-kumar-GDGRCn • Jan 29, 2013
By myself.. I have started from selenium forums...
Author of this blog is also a part of selenium team
<a href="https://www.seleniumtests.com/" target="_blank" rel="nofollow noopener noreferrer">No Automated Testing</a> -
@saandeep-sreerambatla-hWHU1M • Jan 29, 2013
You can learn Selenium and QTP without any coaching.
For QTP - Get your basics ready with VBScript.
Email me if you really are interested in learning, I have a step by step learning PPT which I usually present to my batches while training at office.
Or else, you can also get lot of things online. (The PPT I made is bits and pieces from several sources and something added by myself)
Record some script
Analyse how it is recorded.
Use your logic to customize it.
You are done.
Then start learning features of QTP. Before learning any features you have to understand how QTP works so the first exercise will make you understand some part of it.
For Selenium:
You can follow the same procedure, but I dont have a exhaustive presentation as I am learning the tool now. I can help you with it for any questions. -
@pushkar-2u9XqH • Jan 29, 2013
Thank You. I have dropped an email.English-ScaredYou can learn Selenium and QTP without any coaching.
For QTP - Get your basics ready with VBScript.
Email me if you really are interested in learning, I have a step by step learning PPT which I usually present to my batches while training at office.
Or else, you can also get lot of things online. (The PPT I made is bits and pieces from several sources and something added by myself)
Record some script
Analyse how it is recorded.
Use your logic to customize it.
You are done.
Then start learning features of QTP. Before learning any features you have to understand how QTP works so the first exercise will make you understand some part of it.
For Selenium:
You can follow the same procedure, but I dont have a exhaustive presentation as I am learning the tool now. I can help you with it for any questions.
By myself.. I have started from selenium forums...
Nice link. I have started downloading all videos from the office. I'll check them & try to learn selenium at home.
Author of this blog is also a part of selenium team
<a href="https://www.seleniumtests.com/" target="_blank" rel="nofollow noopener noreferrer">No Automated Testing</a>
Thanks. How did you find those videos? Are they good to learn? -
@anoop-kumar-GDGRCn • Jan 29, 2013
from random search but this guy is a part of selenium dev team. 😀 -
@pushkar-2u9XqH • Jan 30, 2013
Great. I'll try them 😀ianoopfrom random search but this guy is a part of selenium dev team. 😀
Have you started learning selenium with the help of those videos?
Thanks -
@saandeep-sreerambatla-hWHU1M • Jan 30, 2013
Great!! I have checked the website its a wonderful site for learning selenium. -
@CrazyBoy • Jan 30, 2013
I will tell you one very basic difference and then you can make a choice yourself which toll you are going to select
QTP is highly regarded as functional testing tool for web based applictions, and now is spreading its wing in other areas. Less coding skill (VBS) and more tool knowledge and basic automation concepts are required for QTP. QTP has a better market value then any other automation tool
On the other hand, lately selenium is also becoming very popular. Good coding skill is required, so a person with moderate to good coding skill and less tool knowledge has also good future. Market value is still relatively lesser then QTP
So, you need to evaluate yourself how good you are in coding skills?
-CB -
@anoop-kumar-GDGRCn • Jan 31, 2013
#-Link-Snipped-# :
Have you worked with Selenium IDE?
I am facing trouble with recording events my project otherwise IDE working fine on either localhost or www.
Edit:
Also, when I am coding manually and running from eclipse its working but firefox IDE not recording anything. -
@saandeep-sreerambatla-hWHU1M • Jan 31, 2013
I tried recording , it recorded well. I havent faced any issue while recording.
If you are using old IDE then make sure that the language is set to default while recording. -
@madhu-achanti-xGgfG7 • May 9, 2013
Hi - could you please share QTP material to me. THanks!
regards,
Madhu
English-ScaredYou can learn Selenium and QTP without any coaching.
For QTP - Get your basics ready with VBScript.
Email me if you really are interested in learning, I have a step by step learning PPT which I usually present to my batches while training at office.
Or else, you can also get lot of things online. (The PPT I made is bits and pieces from several sources and something added by myself)
Record some script
Analyse how it is recorded.
Use your logic to customize it.
You are done.
Then start learning features of QTP. Before learning any features you have to understand how QTP works so the first exercise will make you understand some part of it.
For Selenium:
You can follow the same procedure, but I dont have a exhaustive presentation as I am learning the tool now. I can help you with it for any questions. -
@abhishek-fg9tRh • May 9, 2013
Checking in CE- Resource Section, I found :
#-Link-Snipped-# -
@CrazyBoy • May 10, 2013
Apologies I am replying very late for this thread,*pushkar*I have been working in a small company as a manual tester. I want to be an automated engineer so want to learn automation testing. I don't know have much idea about the tools that are used in good companies. Please help me guys. What should i learn?
Apple of orange which fruit is better?
Audi or BMW which car is better?
so these are the questions no one would like to answer till you specify your requirements. QTP is established player (very costly as well, with good support) in the software automation market as functional automation tool. So if cost is not a constraint, QTP is one of the strong contender for functional automation.
Also Selenium is free so its good to consider when cost is constraint.
-CB -
@shiva-arvapalli-Q748l1 • Jun 2, 2013
English-ScaredSelenium is an excellent tool for webbased testing. If you are testing anything other technology windows, delphi , etc etc still the best available is QTP.
If you have any questions in learning either of the tools let us know in this thread. I will help you.
can you please share ppts and videos for QTP AND SELINIUMEnglish-ScaredI tried recording , it recorded well. I havent faced any issue while recording.
If you are using old IDE then make sure that the language is set to default while recording.
< Mod Edit : Email-ID Removed > -
@CrazyBoy • Jun 2, 2013
You can find some QTP material at #-Link-Snipped-# -
@subhojit-choudhury-ZeLNeh • Oct 28, 2013
Hi Saandeep,
will u please provide your email address? I have some queries regarding QTP and Selenium.
Thanks,
Subhojit -
@saandeep-sreerambatla-hWHU1M • Oct 28, 2013
@#-Link-Snipped-# : Please post your question in Computer science section, I am most regular here so you will have no delay... I check CE regularly than my email! -
@subhojit-choudhury-ZeLNeh • Oct 28, 2013
Hi Saandeep,
I want to QTP and Selenium. I already have some basic knowledge in QTP but haven't yet done any VB scripting. And I am new to selenium.
Thanks a lot -
@saandeep-sreerambatla-hWHU1M • Oct 29, 2013
I have understood that you want to learn QTP from your post above.
Please go to the resources section link given by Anil Jain in the above post and download the pdf's.
Download the trial version of QTP software and explore it.
and post your learning and questions here. -
@subhojit-choudhury-ZeLNeh • Oct 29, 2013
Thanks Saandeep and Anil.. I will do that definitely.. -
@sgsai-5Uzc8j • Jan 25, 2014
Hi please send me the exhaustive QTP presentation, i would like to have itSaandeep SreerambatlaGreat!! I have checked the website its a wonderful site for learning selenium.
guess you can get my email id as your moderator -
@muzammil3-XtA0G0 • Jun 13, 2014
Hi Saandeep or anyone,Can u please email me Good Selenium and QTP ppts.
Contact no. 9713202947,#-Link-Snipped-# -
@muzammil3-XtA0G0 • Jun 13, 2014
Hi - could you please share Selenium and QTP material and ppts to me. THanks!
#-Link-Snipped-# -
@mathuraiveeran-ohXJZN • Jul 1, 2014
hi Saandeep Sreerambatla,
can u send me the ppt which was prepared by u for QTP.. -
@thebigk • Jul 1, 2014
Add it to downloads section 😀 -
@mathuraiveeran-ohXJZN • Jul 1, 2014
-
@kiranr505-1r0eYl • Sep 8, 2014
Hi Sandeep,
I am a manual test engineer, I am interested in learning QTP. Kindly share QTP ppt with me. -
@kiranr505-1r0eYl • Sep 8, 2014
Hi Sandeep,
I am a manual test engineer, I am interested in learning QTP. Kindly share QTP ppt with me.
Email id - #-Link-Snipped-# -
@abhishek-fg9tRh • Sep 8, 2014
#-Link-Snipped-#Kiranr505Hi Sandeep,
I am a manual test engineer, I am interested in learning QTP. Kindly share QTP ppt with me.
Email id - #-Link-Snipped-#
#-Link-Snipped-#
#-Link-Snipped-#
Don't forget to tell your colleagues, spouse, friends that CrazyEngineers.com provided it 😀 -
@jagan018-6JfupE • Aug 4, 2015
@ #-Link-Snipped-#, could you please share step by step learning PPT on QTP and SELENIUM? it'll be a great help as I want to switch from Manual to Automation..
Please share to my email i.e #-Link-Snipped-#.
Thanks in advance, with hopes.. -
@mayank-sapra-zgpIY3 • Nov 6, 2015
Hi ,Can you please share(mayanksapra@outlook.com) the material for self learning QTP and selenium ? -
@thebigk • Nov 6, 2015
Note to all the new users of CrazyEngineers: Do not expect members to email you any information or send documents / presentations. Everything will be shared here or through the downloads section. It helps us reach out to wider audience and help more people. -
@shreena-verma-yTjMqN • Nov 9, 2015
Yes ,that's right...But now a days many clients are switching from QTP to selenium...So combination of both will do a great job.I don't know about QTP but as a developer I have learnt Selenium for addition and to debug my code in extra time. Its very easy to grasp the things.Kaustubh KatdareQTP was earlier known as WinRunner; and it's a tool that's been around for several years. Selenium, on the other hand is newer and is finding rapid adoption in testing domain. If I'm not mistaken, Selenium, though very powerful, is limited to testing of browser based applications.
QTP on the other hand is mostly suitable for the desktop based applications. If I were to choose between the two; I'd probably pick Selenium because the world's already onto all things 'web'.
But that said, a mix of both the tools would be a killer combination for an aspiring engineer. Selenium is very easy to master if you've used any automation tool before.
I'd recommend learning both the tools; but first check with your company which tool they're using so that you can quickly apply your knowledge to the real world projects. Selenium is free for download while QTP licenses costs a LOT!
#-Link-Snipped-# and #-Link-Snipped-# might be able to guide you properly on this. -
@mayank-sapra-zgpIY3 • Nov 12, 2015
Can you please share the download link of selenium tutorials as I am unable to find them on CE.com ? -
@madhav-reddy-challa-H7YysQ • Mar 2, 2016
Hi Sandeep
I have Started learning QTP
can you please share ppts and videos for QTP
Thanks& Regards
Madhav(Madhavchalla4@gmail.com) -
@abrakadabra • Apr 14, 2016
#-Link-Snipped-# Here are some useful links for Selenium tutorials:
#-Link-Snipped-#
<a href="https://www.crazyengineers.com/threads/selenium-tutorials-for-beginners.81058">Selenium Tutorials For Beginners</a>
<a href="https://www.crazyengineers.com/threads/selenium-installation-procedure.32908">Selenium - Installation Procedure</a> -
@shiva-kumar-a-lEmK9x • Apr 25, 2016
can u please share me the QTP material .i am interested in learningSaandeep SreerambatlaNow everyone is moving towards selenium for web applications. I doubt there is a good training for selenium. QTP learn basics in any institute and practice.