QTP identifying the child tabs in a maintab like
tab_1,tab_2,tab_3,tab_4
while using a for loop for these tabs.its not proceeding
from _1 to _2.
How can i use "for loop "
Answer Posted / maniram
You can use regular expression in this case instead of using
"for loop"
Ex:
use any of these
tab_[0-9][0-9]
or
tab_ ..
or
tab_ .* will take any value
This should be set in the object properties.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
give me an example where u used good judgement and logic in solving a problem
When do go for loop condition in test?
Which functionalities of QTP used in banking project? pls any say answer?
What is keyword driven framework?
How many types of parameters are available in quicktest professional?
what r the main attributes of test automation?
What are the technics follow in writing VB script?
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...
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)
If object is not recognized by qtp but the object is standard object what is your approach?
Explain in brief about the qtp automation object model (aom).
What do you mean by iteration?
Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri
What is QTP and the use of QTP in TD?
Explain how qtp identifies objects?