Answer Posted / brahma
Using regular expression we can test the dynamic links
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
Can we use index on view?
Can any one send me the QTP Basic Coding Samples?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
What are the advantages of a Hybrid framework?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
How you debug your script?
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
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
How QA specialist can identify when programmatic descriptions are useful?
Explain xml checkpoints.
Describe synchronization point.
How can get count of list box?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage