How to add multiple values in rows, under a single column of
a run time datatable?

Answer Posted / uday

datatable.GetSheet(1)
For i=1 to 5
datatable.SetCurrentRow(i)
datatable.Value(1,1)=i
Next

Is This Answer Correct ?    7 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the XML file architecture ?

1545


Where is the Bitmap checkpoint information stored?

1758


can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?

1401


How do you synchronization point through DP?

595


How would you directly trigger javascript in a test?

1469






In an interview, what r the general questions asked in QTP? pls give me anwser to this question?

1415


Explain how Selenium is different from UFT?

690


Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?

1552


I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?

1370


hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me

1754


Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly

1251


Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..

1512


i can done the project with QTP in that time i can say how many members in my team size?

1366


Where we use data driver in qtp?

605


Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek

1565