How to fetch web elements count from Google Page which
contains letter "e"
Answer Posted / gyanesh ranjan rout
Set oBrowser=Browser("name:=Google").Page("title:=Google")
Set objDesc=Description.Create()
objDesc("MicClass").value="WebElement"
objDesc("innertext").value = ".*e.*"
set tot=oBrowser.ChildObjects(objDesc)
x=tot.count
msgbox(x)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to replay a script in qtp?
What are the disadvantages of recording test cases in qtp?
How does qtp identify the object in the application?
how to disable the pop ups through QTP using a script
How many types of parameters are available in quicktest professional (qtp)?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
How to use setroproperty?
Hi I am new to QTP. can u please answer to my qus... suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query ... please please
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
What is an optional step in qtp ?
When to use shared and local object repository?
What is the qtp testing process?
What is object spy in quicktest professional?