what is the automation framework that ur company
using(actual procedure,not theoritically explination)
Answer / kishore
we are Using keword driven frame work in our company.
steps:1)first capture the objects in repository
2)rename the logical name of the objects
with three or four letter key word
eg:for text boxes as TXT_mybox
for list boxes as LIST_myList
3)rename the test data excel sheet coloumns as in
repository objects logical name. The coloumns should be
same order as in UR appliction.NOTE:here UR controlling
test execution by UR excel sheet.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many types of recording facility are available in quicktest professional?
what is descriptive programming in QTP? How can be done?
where did you automate in your project?(please tell me example senarios)
write the regular expression for date format of mm/dd/yy?
10 Answers CTS, HCL,
Maximum synchronizing time out in QTP
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
Please let know the scripts for counting number of repeated letters in the word. Note repeated letter should not be count agian. Ex: If "Hello" is my word... l is coming twice.. it should count once and print... secong 'l' should not count again..
what the difference between shared repository and per action repository?
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
New to QTP: In a qtp flight booking application, I tried to parameterize the to and from drop down lists using data table, depending on ur drop down selection it will pop up a list of flights. Here I am not finding a way to select flight randomly from given list... Thanks in advance guys.
How to get data line by line from web element
please any one can explain the keyword driven framework. with gmail example.