How many ways we can parameterize data in QTP?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
There are four types of parameters.
1).Test, action or component parameters.
2).Data Table parameters.
3).Environment variable parameters.
4).Random number parameters.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ravi kumar.m
we can perameterize the data in five ways
1. data table perameters
2. random perameters
3. environmental perameters
4. test perameters
5. action "
| Is This Answer Correct ? | 0 Yes | 0 No |
how can we merge the object repositories?is ther any option in qtp to merge the object repositories if we have two or three object repositories?
I've some problem in Descriptive programming plz help me. I've written in a click event code in Functional library when I run this flight reservation program It is not run. How to I write multiple click event in functional library. My program is this. I have associate an action with functional library. Public Function ClickButton(byval ApplicationName, byval WindowName, byval ObjectName, byref Comments) If Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Exist Then Dialog("text:=" &WindowName).Activate Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Click Elseif Window("text:="&ApplicationName).WinButton("text:=" &ObjectName).Exist Then Window("text:=" &ApplicationName).Activate Window("text:=" &ApplicationName).WinButton("text:=" &ObjectName).Click End if End Function
is it possible to change the date format like MM/DD/YY into DD/MM?YY through script in QTP
Wht is Smart Identification Mechanisam in QTP..Actually when do we this Technology means during Recording or running ....how is technology works. Anybody can expalin this .....Thanks in advacne
1) 100 test boxes there in application. how to click 100 test boxes using vb script? 2) 100 objects there in web page,how we will store that 100 objects repostries?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
how do u import the test cases written in excel sheet to qtp? and how do u generate the script in qtp for the testcase in excel sheet? plzzzz do answer this question thanks in advance
Why we have to split actions in a test?
how will check the links in multiple pages at a time
What are the various types of Actions in UFT?
How can I check if a environment variable exist or not?
How to handle run time errors?