i want to when we will write the scripts
either after getting the build or after getting the SRS?
Answer Posted / satyanarayana
It depends on the situation
If you are preparing the scripts using descriptive
programming then you can start after receiving the SRS.Butif
you are preparing the scripts without using descriptive
programming then you have to use the AUT(Build).To prepare
the scripts the build should be stable
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to pass argument by reference to a function in vbscript?
where can i learn VB scripint ?
Explain what is loose binding? Why is it not a good practice to use it?
What are the data types supported by vbscript?
If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
What is the difference between do until loop and do while loop?
Explain the asc function?
regular expression that will recognize a browser as long as its name property starts with mybrowser
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
What are events in the vbscript language?
What is vbscript procedures?
How do you declare a variable in vbscript?
What are subprocedures in vbscript?
What are the valid scopes of a variable in vbscript?