Hi Friends, Can anyone help me out in this one?
In QTP, I am using Data Driver and want to parameterise
multiple values (say 3 values ) for a field. How can I do
it using Data Driver wizard? Plz mention it step-by-step.
In the end after doing the needful, on opening the Data
Driver window, how can I get number (i.e. 3) in the
Parameterised column for that particualr value? Thanks a
lot in advance.
No Answer is Posted For this Question
Be the First to Post Answer
how can we know the program is testing by multiple test data in data driven frame work?
Explain quicktest professional testing process?
In QTP, What is Global action and Local action?
When I used random numbers(1 to 9) with regular expression and run the test, it runs only 5 iterations with passed result instead of running all 1 to 9. Please tell me what can be the reason
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 to fetch web elements count from Google Page which contains letter "e"
how do check the links in a webpage ?
how to test Web application using QTP software
Hi All, I am 4 yrs experieced in manual testing and new to automation tool QTP. Iam trying to learn it thru online and material i have.I am able to understand but unable to trace out which method or function to be used where necessary in VB Script. How come we know the functions or methods to be used to open a window when clicking on button or so...Pls suggest me.How can i proceed further to apt VB Script.
I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm? I used the add fn also..
describe some problems that u had with automating testing tool?
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)