Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
No Answer is Posted For this Question
Be the First to Post Answer
How to find the difference between 2 dates in qtp?
What is the use of an object spy tool in qtp?
how to use import and export sheet methods in qtp
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
How can you pass value one action to another action?
What is test object model in quicktest professional?
when to start the automation?
write code to read and write data from file?
how to compare two excell sheets by using vbscript??
how can i use text check point in descriptive programming. or else is there any way to compare the text in the application and the text in data table.
HOW CAN WE GET THE VALUE OF TEXT BOX IN QTP? can you give me sample script for this where there is some condition. like if "text" THEN msgbox() else endif
how to pass parameters from one action to another using output parameters I am not calling action 2 from action 1, they are being called individually I need syntax please .. Requirement: Action 1 customer = Browser(" ").Page(" ").Link(" ").GetROProperty("value") I want to use the value stored in customer in Action 2 I do not want to use any of these actions as re-usable actions