In qtp, how to use XML files for framework. if the XML files
are more Efficient than Excel files?
Answer / prathyusha
We can keep the credentials and we can keep libraries and repositories in the xml file..Both are efficient but the way we use.
| Is This Answer Correct ? | 0 Yes | 0 No |
Could Anybody tell me the Script for REVERSE an Interger int reverse(int num) Ex:246 to 642.. Thanks in Advance.
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
reverse the string without using reverse string?
What are the rules to name variable in vbscript?
How to remove the spaces in a string Ex: "Welcome to QTPWorld" ?
Which keyword is used to declare a variable in the vbscript language?
When are redim statement and preserve keyword used in the vbscript language?
What is select case statement?
Explain the adodb.stream class?
Which operator can be used to do an xor operation in vbscript?
Explain few date functions in vbscript?
Explain the .wsf files?