give the code to count child objects (Total) in the page
Answer / alok
Set var=Browser("...").Page("...").ChildObjects
var1=var.count
msgbox var1
Regards
Alok
er.qtptester@gmail.com
| Is This Answer Correct ? | 9 Yes | 0 No |
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
I have test cases in excel sheet but i am using quality center.How can i copy the testcases from excel sheet to quality center?explain this process.
Syntax for how to call one script from another? and Syntax to call one "Action" in another?
my assignment is,how can i differentiate between readed & unreaded mails in my inbox ?, since for both readed & unreaded having same properties for both test objects &run time objects
How will you handle the situation when object is not captured during record?
In real time whenever we found bug , after that where you send to that bug. send to T.Lead or Directly Developer. Plz explain me?
i have .xls,.txt,.doc files are there (together). i want find only .xls file among them? how can we write function?
Hi, I'm a beginner in QTP and planning of a certification in QTP, but have no idea about it :P. Could anyone please tell me what certifications that a QTP- beginner can take? What is the fees and the syllabus for the certification? Please reply soon. Thanks Vidhya
How to invoke QTP through VBscript?Send me full code along with description of the code.Thanks in Advance
How many types of Parameters are available in QTP? and Pls Explain with example.
we have one text box and one list box(list box appear in same page or another page) what ever the text enter in text box that must be displyed in list box as first one. for example if we enter 10 in text box that is the 1st item in list box . after that we enter 11 then 11 is the 1st item and 10 is 2nd item. the maximum limit of list box is 10 items. if we enter 11th item the 10th item is deleted and llth one is add as 1st one and 9th one goes to 10th position
what are the different types of framesworks in QTP?what is the keyword driven framework?