Explain step generator in qtp?
No Answer is Posted For this Question
Be the First to Post Answer
1. I have asked the same question for the third time, but i am getting wrong answers. Pls give me the script to count the number of edit boxes or checkboxes in an windows application screen. In windows application childobject is not working, anyone very urgent
How many ways we can parameterize data in QTP?
in my database haveing 3X3 (manas having 3 rows 3 colums) i want to test only (2nd row 3colum) bit how to test either script or any automation plz explain? (Chandana)
How to create a Runtime property for an object in QTP?
how we can take data in the username field text box into variable in web application explain with example and give all functions to get data into variables
What information do the columns in the Keyword View show for each step?
Hi All, I am using QTP for one of the Desktop application which uses Keyboard inputs like 'Tab ,F7 etc' and also mouse (Click). After recording when i am running the Script ,it is not able to recognize the keyboard inputs like F7,Tab and mouse Click because of which either i have to skip that part or manually do the inputs. Please answer how can i make script more flexible so that it will recognize both keyboard and mouse operations.
can the activities of test case design be automated?
actually how many hours per one day we will work on automation (qtp) in real time
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
how do u handle an object without name using QTP 9.2?
How should i get name of the screen? Ex:There is a "submit" button.If i clicked on the submit button it opens a screen. I want that screen name.How can i get that screen name I dont have any property regarding that screen. If suppose we cliked on the screen , Then QTP captures the screen properties then i can get the screen name by using GETROPROPERTY But i want the screen name without clicking the screen. ("I am using the "settoproperty" for Second screen by using fist screen properties") Please tell me anyone