can we create recorset with out using database connection in
vbscript?
You can create recordset object without using database
connection but not able to access data from Database.
If youn want to access data from database, then you should
create db connection. Using connectionstring only, you can
execute SQl query and able to save the results into
recordset.
Even if you create recordset object without db connection,
you might unnecessarily increase you code. Nothing will be
happen.
| Is This Answer Correct ? | 2 Yes | 1 No |
Can u call txt extension file in QTP?
I have a 10 lines of qtp script, while executing i got an error at line 7 but i dont want to stop the execution i want to continue the execution up to last line and display the test result window, wts the syntax we use?
3 Answers BirlaSoft, Collabera,
What is the extension of the qtp local repository?
After running scripts how you report results ,there is any specific report form
Write a user defined function to count the no. of buttons existed in a webpage ? i dont want to use descriptive.create ()
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)
Is QTP Object Oriented language or Object Based language? What are the OOPS concepts it will support? Why it wont support all the OOPS concepts?
what is retesting?
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
What is diff betwee datatable.importsheet "path" and datatable.import
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
difference Between Call Run action and copy of action?