What does VBS file contain...??? what is VBS file.. ???
Answer Posted / sreekanth chilam
VBS file extension is .vbs(Visual Basic Script file)
Basically .vbs file is also called as "Library File" in QTP
A file in which the Code or functions are written in the VB
Script format is called "Library File(.vbs)".
The functions written in library files are called
as "Library Functions"
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
what is the difference btn risks & Therads in the Test plan documentation?
Without using gui map editor we can recognize the application in winrunner ?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
What is the quicktest professional testing process?
what you mean by artifact,milestone...
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
What is the difference between keyword view and expert view?
How can you identify the browser and its information using QTP script?
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
Explain the differences between table and db checkpoints?
Explain step generator in qtp?
what frame work you are following?
Which environments are supported by hp qtp?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
What is the difference in testing a client-server application and a web application?