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 |
When should u feel that u can stop testing now? The following are few of the common Test Stop criteria:
Explain roles and responsibilites of 2yrs Automation qtp engineer.
what is keyword driven framework in qtp.
Hi cud you plz answer my question.. what is the size of Object Repository?
actually how many hours per one day we will work on automation(qtp) in real time
What is recovery scenario in qtp?
Hi All, I need Code For how to export Pass\Fail status to excell sheet without using QC. Thanks Balaji
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
what function you write to do database testing with the help of qtp?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
write a regular expression pattern for xyz?123?
I have a drop down box to show selected number of records in result page.It contains 4 items like 10, 25,50 and 100. when i was recordes script for seelcting each item and checking selecting number of records in the result page( it is in the same page in the table format)it is generating a new page with same controls( objects) in the OR. how to avaid these in OR? is it possible to write DP for only these lines?, remaining(remaingin lines of code) objects i want use from OR only. One more problemis if change ( add /remove properties of an OBJECT in OR , my ( recorded )application is not running.