CAN I CALL A FUNCTION IN ACTION.IF YES PLEASE HELP ME
Answers were Sorted based on User's Feedback
Answer / priya
yes,sure you can call number of functions in a single action.
| Is This Answer Correct ? | 6 Yes | 0 No |
What is runtime objects and test objects? What is the difference between them?
How many types of OBJECTS are there in QTP?
8 Answers Intel, Inter Globe Technologies,
I am using environment variable xml to give credenatials for login into unix. Is there any way we cam mask the password in the xml?
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
I AM NEW IN QTP,PLZ TELL ME ANY BOOKS FOR QTP, MY COMPANY IS QTP,SO I LEARN QTP,PLZ ANYBUDY HELP ME
we have one text box and one list box(list box appear in same page or another page) what ever the text enter in text box that must be displyed in list box as first one. for example if we enter 10 in text box that is the 1st item in list box . after that we enter 11 then 11 is the 1st item and 10 is 2nd item. the maximum limit of list box is 10 items. if we enter 11th item the 10th item is deleted and llth one is add as 1st one and 9th one goes to 10th position
How to retrieve the property of an object?
anybody wants to learn QTP with realtime implementations and complete framwork contact to this mail id ciraaj@gmail.com
what is Entry Criteria and Exit Criteria?
When should u feel that u can stop testing now? The following are few of the common Test Stop criteria:
What is difference between web object and web items
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.