Posts: 16
Threads: 8
Joined: Aug 2011
Reputation:
0
08-03-2011, 12:20 AM
How can a object added to object repository before they exist in the application?
Can it be done as below is the excerpt that I read somewhere on net and got confused as to how it can be done?
"because it is possible to add objects to the object repository before they exist in an application, it is possible to begin preparing our automated keyword-driven tests even before a software build containing the new objects is available."
Posts: 516
Threads: 17
Joined: Jul 2009
Reputation:
3
08-03-2011, 08:35 PM
Hi Vijay,
Resource --> Object Repository Manager --> Open your current Object repository (if you have one)
Then click on
Object --> Define New Test Object...
Now you can add the object with desired object name and properties.
Let me know if you need any more information.
Thanks,
SUpputuri
Posts: 16
Threads: 8
Joined: Aug 2011
Reputation:
0
08-04-2011, 12:43 AM
Thanks supputuri for the information. But for that, I need to know the properties and values of the object beforehand but as a tester, how do I know that (devs would only be knowing what object values and properties thay will be using for the run time object)..that is my actual query.
Sorry for not being clear earlier.
Posts: 159
Threads: 0
Joined: Mar 2009
Reputation:
0
08-04-2011, 03:48 PM
Hi,
For that you need to actually ask developer following things.
1. Which is the front end they are using
2. Coding technology (Dot Net, JAVA, Flex etc.)
atleast a demo page should be ready before starting on automation.
3. object descriptions etc.
4. More over use descriptive programming to define your object and you can get the object description required, from developer or if you have access to Visual Studio then open the class and front end take the object desription.
Hope this helps
Posts: 91
Threads: 19
Joined: May 2011
Reputation:
0
02-17-2012, 10:08 AM
Hi,
I am working in Flex and QTP 9.5. the flex application performance is very slow in automation execution when compared to manual testing... is there any solution for speed up the execution? or speed up the application. moreover it takes 5minutes for recognizing each object.
Posts: 60
Threads: 0
Joined: Feb 2012
Reputation:
0
02-17-2012, 01:21 PM
when you try to create the objects before its exist, you need lot of solid referance from dev or techical design doucuments/ UI Design document. It takes lot of reworks if its not anticipated properly. its better idea to create prototypes level of objects and implement codes. later you can do object mapping once the application got ready bu descriptive or repository.