Is it mandatory to know abt regular expression in
descriptive programming
Answers were Sorted based on User's Feedback
Answer / imran sheikh
Not at all... There is no requirement as such. You need to
know the use of spy or the properties of object to write
DP. Regular Expression is feature you can use in DP as per
requirement.
| Is This Answer Correct ? | 2 Yes | 1 No |
how can we return a value from userdefined function for eg 2 functions in func1 iam getting 2 values(a,b) and storing in var(C). now i want to pass that var(c) to another func2 give me the script
What is checkpoint in qtp?
Actually How do we use this Smart Identification Technology during Recording mode.
Plz explain about MATCH/EXACT MATCH/IGNORE SPAGE in text check points?
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
Explain the Different types of QTP test assets and their extensions?
A web page has two butons with same properties and rotating in clockwise direction. how to click on any of the button?
How you test the object which is dynamically changes its location?
In a page i have N number of links at a time i would like to open those links by using QTP?how to do that?
Is there anyway to have QTP go into a website and map out every object before I actually record any tests? I basically want to map out a website with all the objects and build a complete repository. The reason is because I'm running into issues with hierarcical objects. for example: Browser("ABC company- Home").Page("ABC company - Home").Link ("About Us").Click Browser("ABC company - Page 2").Page("ABC company - Page 2").Link("About Us").Click Both these links ("objects" and I use that term loosely as I'm trained mostly in OO programming) go to the same place but but the object heirarchies (pages) are different. I want a repository that will find any possible link on any possible page without having to manually record it. Is there a way to do this?
Can we create user defined functions in qtp?
difference Between Call Run action and copy of action?