how can i call an external action,which is not added
external action of an action?
Answers were Sorted based on User's Feedback
Answer / bunny
External action is a reusable action stored with some other
test.to call it(in the new test)we have to select "insert
call to existing action" and then browse for the required
action.
| Is This Answer Correct ? | 3 Yes | 0 No |
can anyone explain about the Descriptive programming in detail. I mean how to use in the script.
Please let know the scripts for counting number of repeated letters in the word. Note repeated letter should not be count agian. Ex: If "Hello" is my word... l is coming twice.. it should count once and print... secong 'l' should not count again..
How u perform Batch Program in QTP?
Why we are going for descriptive programming ? I answered as 'If objects are not present in OR we will go for descriptive Programming'? Is this correct ?
Suppose i have a script which is having 100 lines.I want to execute that script starting from line no 75.means first qtp should read the script from line no 75 how can u do it.
5 Answers Lehman Brothers, rsystems,
.qfl extension for which file? where vl use it
breef description of batch testing ?
How vl i prioritize the actions when i have 10 actions A1, A2, A3......A10. I want to run action as follows A1,A5,A6 and A10. How i can do it. Thanks in Advance to u.
Anybody explain me, the concept of checkpoint declaration in the QTP mainly for the Objects, Pages, Text and Tables ?
how do you done Data-driven test using MS-Word Instead of DataTable
How can we disable popup blocker? (I think it means when we get a pop up messge(its error) how we wil disable that one with out interrupting normal process)
Suppose there are 100 links in a web page and the number of links will be changing dynamically from time to time. I need code such that every time i had to click on the last link of the web page.