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
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
What is the differences between image check point and bit map check point?
What are the common defects found in your project? (in qtp interview)
What is keyword view in qtp?
distinguish between old version and new version QTP features.
why should we give deliver good quality software?
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
Key word driven framework
What are the different recording modes?
what is the frame work in J-meter?
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
How you can find length of array in qtp?
How to record application running on the Virtual machine?