while using Keyward driven framework in QTPif new
requirements are added how to manage it...plz ans
Answer / Ompal Singh
When new requirements are added while using the keyword-driven framework in QuickTest Professional (QTP), you can manage it by:
1. Adding new keywords as needed.
2. Updating existing keywords to accommodate new requirements.
3. Testing and verifying the updated keywords to ensure they work as intended.
4. Documenting any changes made to the keywords for future reference.
| Is This Answer Correct ? | 0 Yes | 0 No |
How will you compare two strings in vbscript?
How to throw an error in vbscript?
Write a program to print all lines that contains a word either “testing” or “qtp”
write a script to count no drives in file systems in qtp?
can anyone tell me the procedure of interview held in applabs
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
i want to when we will write the scripts either after getting the build or after getting the SRS?
Explain the .wsf files?
What is the use of option explicit in vbscript?
Which object provide information about a single runtime error in a vbscript?
How can constants be declared in the vbscript language?
Input = 124 output should be 124421 Please do not use any string functions/variables