while using Keyward driven framework in QTPif new
requirements are added how to manage it...plz ans



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

Post New Answer

More VB Script Interview Questions

How will you compare two strings in vbscript?

1 Answers  


How to throw an error in vbscript?

1 Answers  


Write a program to print all lines that contains a word either “testing” or “qtp”

2 Answers  


write a script to count no drives in file systems in qtp?

1 Answers   Mind Q Systems,


can anyone tell me the procedure of interview held in applabs

1 Answers  


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

1 Answers  


i want to when we will write the scripts either after getting the build or after getting the SRS?

3 Answers  


Explain the .wsf files?

1 Answers  


What is the use of option explicit in vbscript?

1 Answers  


Which object provide information about a single runtime error in a vbscript?

1 Answers  


How can constants be declared in the vbscript language?

1 Answers  


Input = 124 output should be 124421 Please do not use any string functions/variables

8 Answers   Cap Gemini,


Categories