Hi Friends, Can any one answer this question?
17) What method is used to retrieve the number of columns
in the query results?
A. Fields.Count
B. Fields.Item(EOF)
C. Fields.Count(BOF)
D. Fields.Count.Value
Answers were Sorted based on User's Feedback
What is a checkpoint? How many check points are there in qtp?
Hai anyone please "Explain about Framework in QTP?"
what is the difference between modular framework & datadriven framework
How to make arguments optional in a function?
I have one bitmap image in my webpage. The bit map image is moving like 1 place to 2nd place and 2nd place to 3rd place Etc… in my webpage. I wanted to write script for dynamical objects like above example. Could you please send me the answer for above query.
Which recording modes need more memory?
How to execute a VBS file without using Execute File statement?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
Can we Run the Tests developed in QTP 8.2 in advanced versions like 9.0, 9.1, 9.2...etc.,
What is use of Global Sync Timeouts in QTP9.2?
I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm? I used the add fn also..
Plz explain about Virtual object? What is the situation u r using , explain with example?