In a web application , there is a table of rows and coloums
, i want to pickup the 1st row and 3rd coloums name (not
data)how can any one explain
Answer Posted / anu
driver.findElemement (By.xpath(html/body/table/tbody/tr[1]/th[3])).getText();
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to break the object spy ?
What is Distributed testing? How does UFT support it?
Which environments does qtp support?
If created one virtual object? Next time I changed the window position will it work?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
How to analyzing the checpoint results?
how to evalute defects in QTP script?
tell me QTP standards ?plz
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
Plz Explain How to access Or Store Script from VSS? Explain Real time work (qtp) where you store folders and next to how to you access that folders and how you maintain folders in VSS ? What are the Menu's in VSS? Suppose in Manual, by using Checkin Checkout u can access documents. how you access in QTp REal time?
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
what is supply chain management?
What does mean by Scope of Automation?n How we defined it?
Why to use descriptive programming?