I want to grow as a Automation Engineer,Kindly help me in
clearing my interview that what interviewer looks for as a
Automation Engineer. I am having three years of experience in
testing.
No Answer is Posted For this Question
Be the First to Post Answer
explain keyword driven framework with banking domain?
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
By default Action1 runs first in QTP. Is it possible to start the run with Action2?
I want to assign values in a table in my software, in first column i will give values, table is of 4x4 i.e 4 row and 4 columns, i m using VBScript in my automation work. it is a simple table for giving values.
Maximum synchronizing time out in QTP
how to get childobject from .net application. i tried but its showing child object count zero. but window has child objects.the following script i written... pls help me how to get. set parent=SwfWindow("winodw name") CheckObjectDescription parent, SwfButton Public Function CheckObjectDescription(parent, oDesc) Set oDesc = Description.Create() oDesc("micClass:").Value ="Swfbutton" Set children = parent.ChildObjects(oDesc) cntObj=children.count msgbox(cntObj) End function
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..
What is the difference between byref and byval in qtp?
Explain abt the File System Object in QTP with ex
what is run-time object property in Object spy in QTP9?
Explain the features of quick test pro(qtp)?
I have an application running in Linux server. I am reaching the application through emulators like telnet. My operating system at the client side is Windows XP. Using emulator I am connecting the Linux server and working on the application. Can I automate the testing of the software running in Linux server using QTP. In short, does QTP support the applications running in Linux servers.