To get data from table which method will be used in QTP
Answer Posted / shiak ejiaj
DataTable("ColumnName",dtlocalsheet)
DataTable("ColumnName",dtglobalsheet)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain about filter expression?
filter the array values without using filter function?
Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards
There are 5 web pages.write a script to click the button on 4th web page.
What is purpose of scripting.filesystemobject class in vbscript?
how to write validation function for date in vb script
What is the use of option explicit statement?
How to open a file. What is the perpose of true and false mode there?
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.
write any ttest cases using check points and parameterization
What are the uses of vb script?
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?
can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.
Explain the scope of the variables using dim, public, and private keywords respectively.