Which is the default Data types in VBScript?
Answer Posted / mano
There r no Data types in VB script except Variant
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
did any one attended interview in applabs if you had gone through plz tell me the procedure
How to access array data?
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
Can u describe what kind of testing are for OTC derivates by banks.
who will create the object?
Compare java script and vb script?
How to open excel in vb script?
How to open browser in vb script?
How to capture a runtime error in vbscript?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
Hello friends..... Can any give the methods for Ms-Access, and Mozilla firefox in Automation Object Model in QTP. Please give me currect answers... if you do not understand my question please don't give answers. Thanking you.
Hi Friends my Question is very simple,in Manual testing when we click on a hyper link it directs us to the relavent page or it re-directs us to the current page,so there we can easily write testcase but same thing if we do in automation script using QTP & need to generate report using Reporter.report event how we will do it?thanks in advance...
Which data type/types are supported by vbscript language and what are their specialties?
what is the use of QCUtil? explain with one example?
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?