I have the script like this:
Browser("Philips Web Login").Page("Philips CL DMS2
Application").Frame("ScopeFrame").Link("DC3701737
(Active)").Click
in which the value "DC3701737" will get changed and i have
to use the same value in so many places.
If i want to get that value "DC3701737" in to a variable,
how?
pls let me know if you didn't get the question.
Help me out in this.
Answer Posted / kishore
n = bBrowser("Philips Web Login").Page("Philips CL DMS2
Application").Frame("ScopeFrame").Link("DC3701737
(Active)").getroproperty("name")
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
give me the code to save all messages of inbox of gmail into a folder and notepad
What are the ordinal identifiers in web page?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric
What are the different attribute used with regular expression?
In qtp, how you can exit for loop?
How to use Environment parameterization? Explain with an example.
Diff b/w test scenario's and test Procedures?
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You
I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all
How you debug your script?
RECENTLY I PLACED IN QTP..HOW TO IMPROVE VB SCRIPTS KNOWLEDGE? IAM STRUGGING TO WRITE THE AUTOMATION SCRIPTS? ANY BODY TELL HOW TO IMPROVE QTP SCRIPT SKILLS?
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?