does QTP provides any tools for parametrisation?
Answers were Sorted based on User's Feedback
yeah.. QTP is providing data Table for parameterizing ur tests..
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sudeepthz
Yes we can use the data Table from QTP and also we can use
the third party tools like the excel sheet and by using the
notepad we can use the parametrisation.
Correct me if I am Wrong and my mail ID: sudeeth.z@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mkj
yes, use datatable, parameterize data in keyword view by
selecting parameter option
| Is This Answer Correct ? | 0 Yes | 0 No |
Yes QTP is providing tools for Parametrization
1. DataTable
2. Action Parameters
3. Test Parameters
4. Environment variables
5. RandomNumbers
6. Inputbox
| Is This Answer Correct ? | 0 Yes | 0 No |
Where you can store check point results?
how qtp will recognise if application is run on many browsers
How can the name of a checkpoint be changed in Qtp
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
I encountered with very strange problem in qtp while writing the script i written the code window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open" ).Exit this code was working fine for about 10-15 times i executed the script but after some time qtp started giving the error with the same code the error is "Object doesnt support this method or function window(...).window(..)" then i modified the code with only window"regexpwndtitle:=Open").Exit in place of window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open" ).Exit now again its working fine i cannot understand what thing is creating the problem if same code executed successfully in starting for about 10 times then why it is giving the error now can anyone give the reason .
can any body pls mail me latest FAQ's in QTP to my mailid btrintra@gmail.com....Thanks in advance
my assignment is,how can i differentiate between readed & unreaded mails in my inbox ?, since for both readed & unreaded having same properties for both test objects &run time objects
HI All i need one suggestion.is there any companies taking corresponding degree courses. i have 3+ yrs exp in QTP and i am working north side. iam looking for job in south.
Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain
What is the difference between "call" and "callclose"
How to use QTP for Regration testing, plz tell as with short Example of login window? plz tell as....
How to identify the objects using descriptive programming when the object property values are same, i mean in a page 10 objects are there i want to click the 6th object but all the object property values are same? using descriptive programming