Write a program to create a Dynamic array of size 5 elements and display all the elements.
How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.
0 Answers College School Exams Tests,
I need to get some data from data base and store this (retrieved) data in a excel sheet using VB script in QTP9.0 I have created connection for data base I have created as excels sheet by using Set XL=CreateObject("Excel.Application") XLworksheet.cells(1,1).value= rs.fields.item("<<The data retrieved from data base >>") I have taken a for loop and changed the cells values (1 as i and another 1 as j) But still I am not able to get Plz kindly tell me know this . It is very urgent
How you can call vbscript functions?
Which in-built function is used to format the number in the vbscript language?
how to increasing the numbers in a given text box please write a vb script
what does create object actually do when you call it in vbscript?
Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)
* ** *** Please write a code to get output like above diagram? ple explain as it how the code works?
What is string concatenation function in VBScript?
What is the difference between for loop and while loop?
How to Import data from a file (file is on the desktop) to the data table
Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji