![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() Related Questions Can anybody tell me the purpose of output checkpoints in QTP. how u r testing the text data through text checkpoints. how u r testing text data in the webpage through parameterization. my application is web based application. my requirement is i am retriving the data from the database to webpage. i put text checkpoint on the text, but problem is the parameterization. can anybody help me with code. i will appreciate if anybody can say How to identifier 4 similar java links in an pageI have 4 similar java links in a same page, in their objects properties, only href are different.Here are links:Java(“*”, ’03/01/2006’)Java(“*”, ’02/06/2006’)Java(“*”, ’10/09/2006’)Java(“*”, ’11/05/2006’)In object repository, I named first link to “date_01” and done this:For i =0 to 3browser("b1").page("p1").link("Text", Tags : Java Script Function I am trying to connect to Oracle in QTP but its not workingI hv written a code as - Set conn = CreateObject("ADODB.Connection")Set rs = CreateObject("ADODB.Recordset")SQL_Statement = "SELECT COUNT(*) FROM ACCOUNTconn.Open "Provider=OraOLEDB.Oracle;Driver={Microsoft ODBC Driver for Oracle};ConnectString=Test.WORLD;Uid=bds_read;Pwd=bds_read;"Its giving me error as - DSN not found or provider not foundBut I have created SYSTEM dsn as Test.WorldCould anybody suggest After entering in the application giving the username and password. Welcome page opens .In that welcome page it contain three different links like view report,load report and create report. So in QTP hoe can i perform steps to access the links by giving nested loopsI gave the if condition to access different links but it doesnt work. Can anybody guide me.Thanku View Question | Asked by : jyoti View Question | Asked by : jyoti In one of the popup window, 1.I have recorded two edit fields by selecting them from a drop down box In one of the popup window, 1.I have recorded two edit fields by selecting them from a drop down box and after I have selected the options, 'INSERT' field need to appear. But when I am running those steps the option that I have selected is not shown up but the default options are shown up and 'INSERT' button too does not shown up. How to make sure that the selected fields are displayed along with the 'INSERT' link.When I am recording it is recorded as:Browser().Page().WebTable().WebElement(Option View Question | Asked by : Mallika Latest Answer : Use the function called GetROProperty ("cols")So if you use x=JavaTable("Table Name").GetROProperty("cols")x will be the number of columns in the Java table.Santosh.. ... Read Answers (1) | Asked by : sumeet Latest Answer : To Count WebCheckboxes in WebpageSet oDesc = Description.Create()oDesc("Class Name").Value = "WebCheckBox" ' Get a collection of Checkboxes Set oCollection = Browser(“name:=test”).Page(“title:=test”).ChildObjects(oDesc)ItemCnt = oCollection.Count-1 ... Read Answers (1) | Asked by : kamal How to list down all the links in a window, and depending on specific property of the link how to perform action on that link? Read Answers (1) | Asked by : prathima
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||