ravi


{ City } bang
< Country > india
* Profession * tester
User No # 49580
Total Questions Posted # 1
Total Answers Posted # 4

Total Answers Posted for My Questions # 0
Total Views for My Questions # 1562

Users Marked my Answers as Correct # 19
Users Marked my Answers as Wrong # 1
Questions / { ravi }
Questions Answers Category Views Company eMail

we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?

QTP 1562




Answers / { ravi }

Question { Ordain Solutions, 6188 }

Tell me the situations where we will use Data Driven?


Answer

-whenever there is possibality of testdata changes , in
that case in order to avoid data being hardcoded in the
scripts itself we go for data driven.

-when we want the same data to be reused across the scripts
-when we want to provide multiple test data (for multiple
iterations)

Is This Answer Correct ?    1 Yes 0 No

Question { Infosys, 7631 }

What does ".mst" stands for? (abc.mst)


Answer

.mst stands for Action file

Is This Answer Correct ?    0 Yes 1 No


Question { Infosys, 5737 }

How do we connect QC by using QTP?


Answer

QTP>>fILE>>CONNECT TO QC>>URL AND THEN CONNECT
BY MENTIONING DOMAIN AND PROJECT DETAILS.

Is This Answer Correct ?    14 Yes 0 No

Question { Mind Tree, 7437 }

If 3 browsers are opened in our system, how to enter the
facebook url into second browser by using descriptive
programing


Answer

browser("CreationTime:=1").Navigate"facebook.com"

Is This Answer Correct ?    4 Yes 0 No