How should i get name of the screen?
Ex:There is a "submit" button.If i clicked on the submit
button it opens a screen. I want that screen name.How can i
get that screen name
I dont have any property regarding that screen.
If suppose we cliked on the screen , Then QTP captures the
screen properties
then i can get the screen name by using GETROPROPERTY
But i want the screen name without clicking the screen.
("I am using the "settoproperty" for Second screen by using
fist screen properties")
Please tell me anyone
Answer Posted / nanda
is that screen is Browser or Window?
If it is Browser..
If Browser("Creationtime:=1").Exist(10)Then
g = Browser("Creationtime:=1").GetROProperty("name")
msgbox g
End If
If possible can send that screenshot of that screen to:
nanda.dreddy@gmail.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
write the vb script for call to new action in qtp?
hi nani my doubt is how does qtp process metrix related to software process.
Explain the Different types of QTP test assets and their extensions?
Does quicktest professional is unicode compatible?
What is the Difference between test object and run time object?
what is the difference between modular framework & datadriven framework
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
What is the difference in the global and action sheet in qtp?
What is the difference between analog and low level recording?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
What is the syntax to call one script from another?
please any one can explain the keyword driven framework. with gmail example.
wht type of User defined functions or Java Releated functions Do we write in VB scripting