In automation testing, while doing descriptive programing;
how will u get the properties of the objects in what
format, what type of a document, and by whom? Pls explain
in detail. Thanks a lot
Answer Posted / sandeepguttikonda
Actually I guess your question is How we will go with the
automation testing without application?
If this is your question here goes the answer.
In Quick Test Professional we are having a concept call
Descriptive Programming.
Generally we will go to descriptive programming when
1) object are unidentified
2) when there is no applicatoin to develop the code
Here our case is 2:
So if we are having object properties and its values we can
start coding in QTP. As developers, who develops the
application.
So in this scenario we will be given the same document that
is given to the developers (BRD or SRS) which will be
having all the details regarding the object properties and
its values too.
And it will be provided by the client itself and prepared
by the Business Analysts or domain experts.
Sorry If I understand the question in wrong way.
Please let me know if you need more info.
Thanks.
Regards,
Sandeep Guttikonda.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain advantages and disadvantages of ddf?
What are the steps involved in recovery scenario wizard?
What is clean sweep?
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
Is virtual object supported in low level recording mode?
What is quicktest professional (qtp window?
What is the architecture of your project? Can any one answer for this question plz........
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
What are parameterizing tests?
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
desribe a situation where u faced a stressful situation and how did u cope with it
which type of testing process are you following in ur company? how to recognize a qtp page?
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?