Hi Readers of QTP blog,
It gives me immense pleasure to announce the launch of QTP forums. I have been working on this forum for quite some time to give it the shape that it is in now.
I would like to share with you a little background about what brought the forum into being. As the days have passed, this blog has seen tremendous growth and is marching well on its mission of “one stop shop” for QTP. With the growth, a major issue I faced was how to answer the ever-increasing comments from readers in a timely and structured manner. Timely, because I started getting comments on different posts and even through email. Keeping track of those and answering them within reasonable time was sometimes difficult. Structured, because often there were similar questions being asked on the comments sections of different posts and they could not be linked/referenced to each other.
The situation asked for a system that would allow search in a repository of questions, store them in a structured manner and enable other readers as well to help peers with issues on QTP.
Keeping this in mind, I have started the QTP forums, which would give a managed environment for QTP users/experts to interact and learn.
With the forum in place to manage questions, this would let me have more time to continue with fresh posts on this blog. So keep reading and Subscribe to this blog if you have not subscribed yet.
Here is a brief introduction of the forum.
QTP forum is divided into two broad sections:
QTP and General
Section QTP covers 6 sub-forums:
- QTP Beginners
- QTP Regular Expressions
- VB Scripting/Descriptive Programming
- QTP Interview Questions
- QTP Certification
- QTP Others
Section General covers 2 sub-forums:
- Posting Guidelines/Disclaimer
- Suggestions and Feedback
To ask questions you need to register yourself first. At the top-right of the page you will find the hyperlinks Login-Register as shown below:
Click on the hyperlink Register. This will take you through the registration process. We have made the registration process simple and quick. (Other than the time taken for reading “Registration Agreement”, the sign-up process should not take more than 10-15 seconds).
Spread the word, ask your friends/ colleagues to register on this forum.
Do let me know your suggestions and feedback about this forum here.
in QTP how to find when user will logged in to windows appl with his credentials and by default web apllication also gets open on which you are working.
how do u come to know dat which user is logged into web apllication?
Hi Ankur,
I am planning to automate JD Edwards application (Web Application). I added the Oracle Add-in, Stingray add-in and tried to recognize objects.
QTP is recognizing the table/grid as a series of nested HTML tables inside each other. There are no rows and columns, making it difficult to search a row with a specific value in the table.
Could you please help in this regard?
Are there any functions to access data for such objects?
Hi Ankur,
This is Pavani. i want to know the decriptive program for login window of flight application.i have used all the 4 mandatory properties. but qtp is not able to recognise the login dialog.
pls help me
I am accesing the JDE Application via a browser (internet Explorer).QTP is identyfing all the objects as browser objects and I am getting some issues concerning table( QTP is recognizing the table as a series of nested HTML tables inside each other).Therefore are no rows nor columns making it difficult to search a row with a specific value in the table.
Please note that JDE is developed by Oracle but I don’t know the technology behind
@Andy:
What’s the technology behind it?
I think it should work as any other web based app. Are you facing any problem?
Also for further questions use forums.
Is possible it to automate JDE ( JD edwards) with QTP ( QuickTest professional from HP)?
is a plug in/ add in needed ?
thanks in advance
Andy
Hello
I want to do QTP certification. can you tell me is there any certification available??
if yes how to login??
Amita
Hi Shiva,
This is sandeep.I am new to QTP but i will tell you some advantages which i know.
In 9.5 when you add an object in object repository,you can just drag that object from repository to the expert view where you can get the vbscript code.
In 9.5 you have a default action when you code a script in Expert view.
hope other are the same as you have in 9.2.
Thanks
Sandeep.V
Hi
can any1 plz suggest me a way to convert qtp script into a dll..script might include code like:
Browser(“Yahoo”).Page(“Yahoo”).Exist
jst one line…
wud appreaciate your reply..
best,
vishal
can any body tell me what is the advantage of QTP 9.5 over QTP 9.2
Hi Ankur,
There is web list witch is having 5 items with different colors, I want to check the color of each item. how to get the color property of each item???
thanks in advance..
Shiva
Hi Ankur,
This is priyan working as a test Engineer.Your Blog looks very proffesional and good… keep it up.Now iam using QTP for the testing.can u pls tell me how to store the test result in the locasheet not in Excel sheet.(Iam 1 yr Experienced but new to QTP)
Hi Anukar,
I have too many queries related to hw to work in real time with qtp .Am working on Qtp(9.0).i know basics but hw to frame them in the application. My project is document management system.i have to write script for every module.Am using repository..some time its is not working properly..am getting delayed.can u pls send some material related to automation testing.
is itimportant to know depth on vb script or minimum is enough?
i want to know hw to do in real time….
can u pls give some sugessions..
Hi Ankur,
I use QTP v9.1, I successfully record the things I have to test, but the problem occurs when i play the recorded test, especially when QTP has to select an item from the drop down box. It goes to the drop down box and selects a default value rather than picking up the required item,which i have specified in the Action sheet. I have tried giving ‘wait’ statement in between the line before the test line for the drop down box. Am I doing something wrong or is there some setting that i should set. The situation is of real urgency, Please do let me know if you have a solution.
thank you
-Anonymous
@rathnam: It’s there at the top left of the home page Testing Tools forum.
Login- Register button is not visible
where I have to register?
Hi Ankur this is Abhishek , I am working as a software Test Engineer(Automation),Actually my problem is that when i use QTP 8.2 to record the test(web Application) its work fine but when i run record script it always give me Failed result,i am unable to understand that what the excatly problem. I want help Immediate, If u have any tutorial for web testing please send me on my mail chaurasiya.abhishek@gmail.com.
Thanks in Advance
Its very nice Ankur, you are helping to many persons. I am Appreciating you.
Thanks,
Ramamohana Rao
As I have written earlier… Please use Testing Tools forum for asking QTP questions.
hi,
Could we insert CHECKPOINT WITHOUT RECORDING in qtp 9.2?
please don’t say we could do through ACTIVE SCREEN,Which is product that we get after recording.
Regards,
RAHUL!!!
Hi Ankur
I came to know about your site through a friend.
This site is very useful.
Great Work!!!
Thanks for providing such a good info.
Ankur,
Have you used QTP to test Web applications using Opera Browser ?
Thanks,
Latha
Hi Ankur,
Suppose i have couple of function in my QTP SCRIPT file lets say fun1();fun2(),fun3()etc in action1.
and i have defined all these functions in separate vbs file.Now suppose while executing func2()its going to .vbs file .Thats fine
Suppose if anything is misisng or script fails because of some problem within func2() what i need it should exit from ENTIRE SCRIPT since why it would execute next line if it would had faile dat single place…
Could you suggest me any vb function which does the same work of Termination Of Script if an error occurs or object doesnt exist?
i will provide snippet that would help you to understand thing better…..
pr_login()
pr_dosearch()
pr_booking()
Browser().Page().Winbutton().Click
//some more script…
I want script stops if any control or object doesn’t exist while executing pr_dosearch() procedure.
please help me
Regards,
Rahul!!!!
This QTP info is useful. This is really thought provoking.
Hi Ankur,
I just happened to come to your site through Google. And… this site rocks buddy !
The material out here is extremely thought provoking. Keep up the good work !
Something about me :
I have done my MCA from Univ of Pune and am doing a course for Testing. Basically, I am the person who would like to test n play with technology,be it in any form..
Please guide me as to what can be the career path in this field ? I am looking forward for ISTQB ? Any suggestions ?
Waiting for your reply.
Thanks for your time to read thru my comments.
Bye,
Ranjeet.
@ Manju:
Please use Testing Tools forum for posting QTP questions. As mentioned above, I have stopped taking questions on this blog.
Hi Ankur
This is really great effort! I am new to QTP, I need your help. How to check consistency of fonts in web pages using QTP.
Thanks
Manju
Thanks Yarley, You are most welcome! The more people we have the more knowledge we can share.
Hi Ankur!
This is really great effort! Even i will also share ur responsibility for the known things
Thanks Shuchi!
This is very welcome news! The forum looks great. My compliments to you for the initiative and effort you have put into this Ankur.