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 |
What is the output of a + b in vbscript if a = 5 and b = 10?
Which is the default Data types in VBScript?
How to insert snapshot during manual scripting in QTP?
how to operate webobjects in a webpage using getobject function and then using generic methods?
Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository
How to write Descriptive programming in .VBS file i wrote this code but it is giving error.. Dim qtApp set qtApp=createobject("QuickTest.Application") qtApp.Launch qtApp.Visible=True Set objIE = CreateObject("InternetExplorer.Application") objIE.visible = True objIE.Navigate "www.gmail.com" browser("title:=gmail").title("title:=gmail")
generic function for webedit box for web application
Explain about arrays in vb script?
How to Import data from a file (file is on the desktop) to the data table
How will you get a subset of a array in vbscript?
How will you release the memory acquired by an array variable in vbscript?
sunday is sunday monday tuesday wendesday sunday thursday friday saturday sunday sunday how to count no of sunday in the text file from vb? Answer me asap