Q) Please any body can help me how we can create descriptive
programming if the application is not ready i.e we don't
have unique property of object ?
note:build not ready means we can't use object spy in build
to get unique property .
Answers were Sorted based on User's Feedback
Answer / qtpbibhu@gmail.com
When ever application not ready ,we have to go through the
design doc to know to flow application,type of object ,what
are the unique properties also collect screen shot .
1.Then we have to start writing of descriptive Programing
as per the flow of application
2.through design doc & screen shot we can get type of object
& unique property ,value
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / uday
This can be done if we have a well designing during project
development. The developer has to give a document(blue
print) of the application and what all objects displayed in
that screen and what all properties for each object.
If you have these properties in hand, using DP you can start
writing your scripts.
Without having these kind of docs, you cannot able to
develop automation without the application ready.
| Is This Answer Correct ? | 2 Yes | 1 No |
Hi Friends, If you got one Bug , and you are insert that bug in bug tracking tool , and you need to attach SC's (screen shots) also. how to tae SC's , in your organization any separate tools available to take SC's. please provide Ans. its urgent... Thanx in advance
what are the metrics in general we use in testing.
how do i know how to use tools
What is .Ini file in QTP?
Explain building blocks of the bpt framework ?
write the code to reverse a string without using Strrev built in function.
i want know iam working 2+ exp in QTP can i do performence testing (eg:loadrunner) yes r no?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
Is it possible to call out to Java from QTP?
How to capture the text from the application using QTP?
What is wrong in my code?
How to use descriptive programming?