How to Import data from a ".xls" file to Data table during
Runtime.
Answer Posted / kirankumar.y
varaiable=data table.value("perameter name",dt global
sheet/dt local sheet)
if it is wrong please correct me
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
How to check feasibility of the appliction?in automation testing?
Is the qtp course will help to create a virtual object?
What is throw object?
What are the trigger events in qtp?
Write a QTP script to enter a keyword in to Google search engine?
Where you are storing your script?
What is difference between run time object and test object?
What is post recovery scenario?
Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
Where we can use the synchronization?