Reading from excel is not accurate
Hi, I am traying to read from excel but it always showing wrong data, In this sheet, the selected rows 1, if its fetch 1 record then its should fetch the details of that one. but it is fetching 0 record selectd. based on above value, these below detailed data should read. I used these code for fetching data... if (ObjLocalConn != null){ ObjRS = Sys["OleObject"]("ADODB.Recordset"); ObjRS["Open"](TableName, ObjLocalConn, 3, 1, 2) ObjRS["MoveFirst"](); IntRowLoop = 0 while(!ObjRS["EOF"]) { strTableData = ObjRS["GetString"](2, -1, ":", "\r\n") } } suppose if I select diff row, like it fetch the record of select test case but while fetching detailed about that record and for these it is fetching below data but its wrong the actual data is: I dont why it is reading wrong data..Solved777Views0likes2CommentsGetting tcJITHook.exe application error
Hi Team, Am gettingtcJITHook.exe application error while execution the script when i restart the Desktop it is getting cleared can any one please provide solution' mail-id---> mails2rajark@gmail.com official ID-->raja.radhakrishnan@achilles.com1.1KViews0likes5CommentsTestcomplete beginners question.
Hi Team, let's say I am testing a page components, but I also want to access a different windows server to verify its syslog to confirm some snmp related traps. if the windows server is only accessed using VNC or RDP. no telnet or ssh is supported. Thank you. awalu,591Views0likes0Comments