Hi All,
I'm Akshaya here, could anybody please help me regarding
how to import the excel sheet to run time datatable. But
Pl. keep it in your knowledge is that excel sheet is opened.
Thanks,
Akshaya Madali
9823213538
Answer Posted / sanu
It is not possible to import one excel sheet when it is
open. u should close it b4 try to do the same.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How to recognise the webelement and verifying that webelement is enabled?
Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...
Is it possible to switch between recording modes during a test creation?
what you mean by artifact,milestone...
Connect to QC using AOM.
What is accessibility check point?
Explain measuring transaction.
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
What does mean by Scope of Automation?n How we defined it?
Hi All, How to Compare two strings character by character in QTP
Both static and dynamic arrays are handled by the vb script. Is it true?
When to use descriptive programming?
Whats the realtime QTP testing process
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If