A nice video from the Google Test Automation Conference[GTAC] 2007 to learn about building frameworks. Though this is not directly related to QTP, I found it worth adding it here to understand the underlying concepts while building frameworks.
Title: Building an Automation Framework around Selenium
Time: 54:17 min
What do you think about this video? How can this be used for QTP? Let us know through comments below.
If you want to keep track of further articles on QTP. I recommend you to subscribe via RSS Feed. You can also subscribe by Email and have new QTP articles sent directly to your inbox.
hi Srikanth ..
Apart from active screen you can take your own screen shots depending on ur need and condition where exactly you the screen shots to be taken .By use the method called “CaptureBitmap “
ex:- Browser(“BrowseObject”).Page(“PageObject”).CaptureBitmap “filepath wher you want to store “
Hi Ankur
I want to test vb.net desktop application
can u suggest me which tool is best for automation testing for vb.net desktop application
Hi friends will you plz tell me where i can view screen shots in qtp.
As i am said Active screen will work but here i am unable to find screen shots. plz help me.
QTP does not support Flash applications directly. They need to be contained in a flex container to be supported. Borland Silktest 2008 R2 also is the other tool which supports Flex application like QTP.
Hi – This video is very useful.
I would request for some inputs on building framework on the following criteria’s :
mail id: rmoni98@yahoo.com
1) Framework should support parameterization.
2) Scritps developed should run on different browsers IE, Mozilla
3) Scripts should be able to run from QC.
Hello ,
Does QTP support flash content
ofcouse it supports it needs multimedia addin
Hi Ankur,
Any Idea abt how to create frame work for Quick Test Pro.
thanks
john
Hello ,
Does QTP support flash content
Friend,
Your posts on this website have been really helpful to me.
I just need a favor from you. If you have a template of an “automation test pLan” which i can get from you.
please let me know as its urgent .
Thanks in advance
JAS
Hi – interesting – unfortunately, many of the ideas described here require an OO language to enable us to write classes which can be extended etc. To my knowledge, QTP does not allow us to do this – VBScript is not an OO language. We can do some of the other things alluded to using QTP – for example making tests data driven using tables, writing ‘wait for condition’ routines, etc. I don’t know much about Selenium – I’m assuming it can only be used to test web apps? That’s a shame – we are currently testing a Windows Application.