What are the parameters provided by QTP?
Answers were Sorted based on User's Feedback
Answer / shreyakadiyam
1.Data table parameter
2.Action parameter
3.Test parameter
4.Environment parameter
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / srikanth
Thanks Shreya..
What about Random number parameters?
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / murali eddy
random number parameters enable you to insert random numbers
as values in your test or componemt.
ex: to check how your application handles small and large
ticked orders, you can have quick test generate a random
number and insert it in a number of ticket edit field.
| Is This Answer Correct ? | 1 Yes | 0 No |
what are the different Frame Works in Quick Test Proffessional testing
In smart identification, explain about 1. Base filter properties 2. optional filter properties with examples?
datatable.Import("E:\Programming Samples\QTP Samples\OrderNumbers.xls") Asume we have 4 records in datatable Code reads the 4 rows in the sheet ok, but does it 5 times? It doesn't sound like closing the datasheet is the problem Can we close the datasheet runtime ?
what is automation(qtp)bug pls giv me one ex?
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression
How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined
How we can add actions in the test using QTP?
What is the difference between the design-time and run-time data tables?
Could we use QTP for java project(Which is develop in Netbeans and My SQL) otherwise which one is suitable?
What is the method for maximize the application while we using Decriptive programming in QTP?
HOW do we find a datasheet when there are 4 datasheets in data table.this question was asked by covansys interview.
what is batch testing?