How can we perfom Action and Component parameter.?
Answer / anil
Resources-> map repository parameters. There u can select
for action or entire test
| Is This Answer Correct ? | 4 Yes | 1 No |
In VSS, HoW the documents send to local folder? copy paste or any other? plz explain about VSS TOOL kit?
How do u use Database checkpoints and what are the use?
How you can find length of array in qtp?
when we right click on the desktop of any operating system we find a menu , consisting of refresh,edit,open,paste and cut etc... how to load the object and object properties of that menu in QTP
does QTP provides any tools for parametrisation?
Is virtual object supported in low level recording mode?
Plz explain about object propeties in object identification? means.. explain about 1. mandatory properties.2. assestive properties 3. ordinal properties.
How will u test content of an web application with out using chechpoints in QTP 9.2?
Can any one please explain hwo to test client/server application using QTP?
What are the views available in quicktest professional?
pls tell me different type of automation frame works in QTP and which one need to select in client server application
How do u retrieve data from a text file into different variables. i.e. in a text file named "source" , the data is like : india,1000,japan,200,china,50,singapore,45050 this is given in the first line of the text file. in the second line of the text file the dta is: sun,moon,planet,river,earth,water if u use "readline" method by using FSO concept u can retrieve the entire line in to a variable. but i want to import each field (ex: "india" in one variable, "1000" in another variable etc..). Apprecitae proper replies.