How many types of operators are available in the vbscript language?
No Answer is Posted For this Question
Be the First to Post Answer
How regexp.execute method works?
what types of bugs will we find out in banking projects for automation testing?
0 Answers Napier Healthcare, TCS,
What is purpose of scripting.filesystemobject class in vbscript?
what is the use of QCUtil? explain with one example?
What is the technology used by vb script?
Explain about arrays in vb script?
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
I wrote the vbscript code on notepad i was geeting run time error "object required line 1" my code is set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signin("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Setsec ure.Crypt.Encrypt("entr password") browser("gmail").page("gmail").WebButton("siginobj").click pls tell me whats wrong
Mention characteristics of sub procedures?
Join the multiple array with out using JOIN function
What is the use of the date function in the vbscript language?
how to retrive the tooltip by using descriptive programming in qtp?