Question { 5320 }
What are objects? how do you select the unknow object?
Answer
| Is This Answer Correct ? | 1 Yes | 0 No |
How do i relate the checkbox properties with webelement
when checkbox properties are changing on every login to the
application
Answer
| Is This Answer Correct ? | 3 Yes | 1 No |
Question { 3344 }
Hi,
I want to pass a value in to Link object.
For ex:
I have a link where in which contains the value
like "DC4463219(Active)".
Whenever i will execute the script this value "DC4463219
(Active)" will get changed.
I got the value DC4463219(Active) from the link and stored
that value in variable "ACTUAL".
If i want to select the same link again, while recording
the value DC4463219(Active) will be recorded in object
repository. So, that it will not work for the next cycle of
execution as the value will get changed everytime as i
mentioned above.
I want to pass that Acutal value in to link object. The
script is as follows:
Actual Script when recording:
Browser("Web Login").Page("Application").Frame
("ScopeFrame").Link(DC4463219(Active)".Click
But now instead of this DC4463219(Active) i want to pass a
variable where i have the same value.
I tried to execute the script
Browser("Web Login").Page("Application").Frame
("ScopeFrame").Link(Actual).Click
But it is displaying the error message as that the value
which we got from Actual is not existing in Object
repository. So,i made the link object as regular expression.
Even it is displaying the same message as mentioned above.
If you are not able to understand, feel free to contact me
with nbabu11@gmail.com
Answer
| Is This Answer Correct ? | 0 Yes | 1 No |
Howcan you differentiate between Exist statement, Exist
property, and Exist method??? How they used???
Answer
| Is This Answer Correct ? | 2 Yes | 1 No |
There is a table with 4 columns and 10 rows, how to write the
script to display the first column records using qtp? can
anybody help me with script?
Answer
| Is This Answer Correct ? | 0 Yes | 0 No |
How to display the first 3 letters in these "ABCDEFGH" using
qtp script?
Answer
| Is This Answer Correct ? | 0 Yes | 1 No |