filter the array values without using filter function?
No Answer is Posted For this Question
Be the First to Post Answer
Mention what is select case statement?
i need to sort the data using qtp script for this how i need to write a qtp script
How do you create a recordset object in VBScript?
write a vb script to add two 2*2 matrix
What is the difference between javascript and vbscript?
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
i created script for login in QTP,i parametirized that using global sheet,problem i am facing is first i want to login with first values provided in excelsheet and want to perform some operation,second time if call same action it should login with second values in excelsheet
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.
Which operator is used to perform the comparison among 2 operands in the vbscript language?
I want to import the sheet from the Excel to the Datatable using VB Script. I used the Syntax as 'Datatable.ImportSheet "Filename","SourceSheet","Destinat ionSheet" Ex: Datatable.ImportSheet "D:\Data1.xls","Sheet1","Global" Qtp producing run time error,How I can solve the problem
what is extension of the file if its saved from recovery manger to some drive
Which in-built function related to an array joins substrings into one string in the vbscript language?