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 many tabs are available in debug viewer pane?
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
Explain different type of event trigger option.
Step 3&4 are repeated until an the object in recognised uniquely.
what is profile tool?
give me an example where u used good judgement and logic in solving a problem
What is keyword driven framework?
In qtp, explain what is qrs file?
How do you send email with attachment from outlook using qtp ?
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.
I need Major Help with a Script I recorded in QTP 9.5. I am recording scripts for a Web-based application(s) I have all the URLs for each application in Excel spreadhsheet so that QTP can pull that particular application from the spreadsheet and run it. The problem is QTP isn't recognizing one particular URL so when I hit run in QTP to run this script it opens the internet Explorer but isn't open the URL I have in the Excel spreadsheet. I've retyped the URL and still QTP won't open this Particular one for some reason. The site its self is working fine but for whatever reason QTP won't open it. How do I resolve this? I have a deadline of next Friday the 7th to complete this task so please help me in any way you can. Thanks in advance
what is the diff b/w assistive and mandatary rules of object repository in QTP???