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 |
What are the different kinds of test steps?
What is the Risk Analysis? Waht types of risk analysis are there?
i am trying to capture the URL from the open browser and store it. pls give me solution how we can do this in QTP. thanks
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
I am using descriptive programming for my project.when QTP deosn't identity or recognize a object by record and playback method,is it possible to make QTP identify that object using descriptive programming? Note: The object doesn't have unique properties and same properties used in Record and playback are only available, no extra properties are defined.
How to watch currnet value of an object like OK buton or edit box with "Agent Name:" label. in watch expression tab?
Explain Different types of Checkpoints in Quick Test Professional?
What is the quicktest professional (qtp) testing process?
What are default add-ins in qtp?
Hi , I am new to VBscripting, My requirment is to write a vbscript to read a row (which has coloumns like Description, Code, date(DD/MM/YY), hours etc) and export these feilds to a Website and then click on Submit Automatically on that web page. This it should do for all the Rows in that excel file. Any help is much appriciated Thanks Shalini
pls tell me how will you write the vb script in QTP for DataDriven test from Excel sheet for multiple userid and password explain with example
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.