ContributionsMost RecentMost LikesSolutionsRe: DDT.ExcelDriver get cell data( string value )Thanks Irina Lukina, If I want to read data from Libre Office spread sheet ( with out using DDT driver ), How can I do this? - What are the plug in's required ? - What are the setting needed in my environment? DDT.ExcelDriver get cell data( string value )Sub Test Set objSheetOne = DDT.ExcelDriver("C:\Documents and Settings\uday.vangala\Desktop\MYfilesTwo.xls", "Sheet1") msgbox objSheetOne.ColumnCount While Not objSheetOne.EOF() var1= objSheetOne.Value(0) msgbox var1 var1= objSheetOne.Value(1) msgbox var1 var1= aqConvert.VarToStr( objSheetOne.Value(2)) ' For second iteration it is throws an error ( may be because cell data in that is string) msgbox var1 ' How to solve this. objSheetOne.Next WEnd DDT.CloseDriver(DDT.CurrentDriver.Name) End Sub For second iteration it is throws an error ( may be because cell data in that is string). How to solve this.OleObject: Libre OfficeIs there a way to create OleObject or CreateObject for Libre Office? If yes. How to do this? Object Identification: with level of authorities.This is savior problem in my work environment, I need support for this. In application, level of authorization is Admin and Employee When admin logged in the application, he may see the modules as shown in fig one. When employee logged in to the application, he may see the modules as shown in fig EmTwo. My scenario is like this.......... Employee logged in to the application and make some changes in the Employee info module form of his record and then log out from the form, Then Admin logged in to the application to check the effect of that particular employee. Here problem is when employee logged in to the application, employee Info module is recognized as first cell of the table.( sys- iexplore-page -Table-cell(0,0)-link ) when admin logged in to the application, employee Info module is recognized as 8th cell in the table.(sys -iexplore-page-table-cell(0,7)-link) I used same name mapping for this in my test.( because this one scenario ) Q: Is there any way to use only sys - iexplore - page and employee Info link for uniquely recogize the employee Info link in both Admin and Employee level of authorization? Is there a way to use the same Name mapping to overcome this problem.Re: TC 9 - innerText vs contentTextHow to use 'User Forms' in test complete ? Re: Find link in the tabel/PageCall Sys.iexplore.pageChild.table.cell.linkThisIsALink6.Click I am not interested to add all the the links to my test. My requirement is like this Mapped the names up to table, this some thing link this in the Aliases window as Aliases.iexplore.pageChild.table If I say row no. and column no Then click on that link in the table. Re: Find link in the tabel/PageI need to click on the link which is present in 2nd row 2column. Screen shorts are attached bellow. Re: Find link in the tabel/PageOk, Its working....... But, In my test hierarchy is Sys -- iexplore -- page -- table -- cell - link This table contains 3 rows and 3 columns and each cell contains one link ( with same inner Text, outer Text ) I used Name Mapping, in that I mapped up to table object. I want to click on the link which is present in 2 row 3 column cell . How can I do this with using mapped Objects? Re: Browser ObjectNow I am using TC 8.60.66 Enterprise version. Why I am unable to use Browsers Object? Re: DB TableThen there is no meaning of DB check point, because we can't create new check point every time when we insert a new row into that table. I want update the check point and compare this updated check point with the DB table. How can do this?