Hi guys i'm prepareing for interview question for qtp i
don't have bayground for vb scipt language can any one tell
me it is easy to do job in qtp without bayground.
Answer Posted / satish upadhyaya
In QTP , there are two type of view.
1. Keyword view and
2. Expert view
For those who have background in vb script , expert view is
batter option otherwise keyword view is best.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
Give the syntax to load function at run time.
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
Why is action split used by qtp?
is there any addin for remedy user application
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
What are parameterizing tests?
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
Does QTP run in any environment?
how to convert 100 into hundred repees only and viceversa
What are the types of data tables in qtp?
Discuss the QTP Environment?
When Recovery scenario actually starts while testing the application?
How can you identify the browser and its information using the qtp script?