How many types of recording modes in qtp?
No Answer is Posted For this Question
Be the First to Post Answer
hi, In A Table there are some columns and dynamic rows and in each row in first column there is a link with name. upon clicking on that link it will show some details. write the vbscript to check that link without descriptive programming?
What is qtpro? What is quick test pro?
What is keyword driven framework, what is "key" in It.
Is it possible to map an image as standard Object or u've to treat as virtual? how to map an Dynamic image into standard object?
Can we create test script with out Step Generator?
How do u write script in qtp? where do u write?
Who uses qtp tool?
suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
How do we do DOM programming in QTP.Could you explain with an example. If possible please provide some material or link related to DOM Programming.
How do you return a value for an array.