which one is more secure vb script or java script ???????
or both are same ??????
Answers were Sorted based on User's Feedback
can anyone tell me the procedure of interview held in applabs
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
How to Enter Values on the Command promt using VB script
which is the good software training centre in bangalore?
Could Anybody tell me VBScript for Check if a given number is Prime number-Don't use any Built- in Functions Boolean/int is Prime(int number).. Thanks in advance.
Can automation testing find ssame no. of bugs what we can find by manual testing?
How are arrays declared in the vbscript language?
what is fire event method in qtp?
write a vb script to generate fibonnaci numbers
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
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 to find arry size in qtp vb script