In qtp, how to use XML files for framework. if the XML files
are more Efficient than Excel files?



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

Post New Answer

More VB Script Interview Questions

write a vbscript for traffic signal

1 Answers  


How to create a function in vbscript?

0 Answers  


how to retrive the tooltip by using descriptive programming in qtp?

3 Answers   iGate,


what is the use of Data base check point ?

3 Answers  


How to Import data from a file (file is on the desktop) to the data table

0 Answers   IBM,






What are the rules to name variable in vbscript?

0 Answers  


Hi Friends, I have an issue like the describe below: I'm using QTP and I'm testing on SharePoint. As you knoe, SharePoint has a customize function for user, so that, If I add an object Web Table at the first time, that object was recognized by "index" and "html tag", after that, if someone change the display of web part, the "Index" of my object was changed as well and QTP unable to select that Web Table. Can you guide me how to identify or anyway to keep that Web Table object as unique object? Thanks a lot.

0 Answers   CSC,


Is it possible to pass optional argument to function in vb script?

2 Answers  


What are subprocedures in vbscript?

0 Answers  


How to get the background color of a weblist?

3 Answers   Accenture,


I want to import the sheet from the Excel to the Datatable using VB Script. I used the Syntax as 'Datatable.ImportSheet "Filename","SourceSheet","Destinat ionSheet" Ex: Datatable.ImportSheet "D:\Data1.xls","Sheet1","Global" Qtp producing run time error,How I can solve the problem

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  


Categories