What are the naming conventions while declaring a variable in the vbscript language?
No Answer is Posted For this Question
Be the First to Post Answer
What are the disadvantages of vbscript?
Hi Friends, I have an issue like the describe below: I'm using QTP and I'm testing on SharePoint. As you knoe, SharePoint has a customize function for user, so that, If I add an object Web Table at the first time, that object was recognized by "index" and "html tag", after that, if someone change the display of web part, the "Index" of my object was changed as well and QTP unable to select that Web Table. Can you guide me how to identify or anyway to keep that Web Table object as unique object? Thanks a lot.
Hi, Anybody could tell me What is the 3rd Largest Number in the series..Thanks in Advance..
What is the technology used by vb script?
can any body give the code to write the function for given suppose user login with usrer id and pwd to yahoomail.after cliking "sign in"if it is valid user id the next page will display userid'message box.( Note u have to use excel sheet to retrive the userid's data)
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,
how to operate webobjects in a webpage using getobject function and then using generic methods?
How to search word in a string without using instring function?
Explain the scope of the variables using dim, public, and private keywords respectively.
can u test the application without add-in?
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
How to Pass Multiple values in functions by using vb script? Function value(arg1,arg2) N1=arg1+arg2 N2=arg1-agr2 N3=arg1*agr2 N4=arg1/arg2 Value= How to pass ? End Function