Are u place all QTP Framework folders in VSS?
Answers were Sorted based on User's Feedback
Answer / nani
Hi,
yes we can place qtp frame work folder in VSS.
and u can store QTp folder in ur sytem also.
the main pyurpouse of storing QTP frame work in vss is
actually vss is an configuration management tool.
so if any changes can made by others in ur frame work that
can be automatically updated in vss framework.
so vss maintains latest updated information in ur frame
work.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sridhar reddy
yes we can place all framework in vss
if any dout in this answer plz inform me
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / raghu
yes we can place QTP framework in VSS as it is a
Configuration Management tool. if any changes made in the
application we can update the documents and put them in
sinc with each other..
| Is This Answer Correct ? | 0 Yes | 0 No |
what type automation is fofollowed in the project?
how to retrieve the value from data table to the script and using the value to be displayed in message box. an also retrieve the value of the output value during runtime to the script or separating and using that value in the script.
how to parameterise a test with data base table or excel sheet?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
PLZ EXPLAIN HOW TO LAUNCHING QTP IN TEST DIRECTOR? Is it possible or not? If No Why we r using qtp Td Combination? plz explain briefly? What is the purpose of TD With QTP?
What is the DIFF Between PROJECT AND PRODUCT?When Company will need Product?
Explain runtime dynamic settings?
Can any body tell me what is the method to connect the remote desk top throw QTP 9.2 version?
How to make Shared object repository in qtp 9.1 and 9.2?
What are the types of environment variables in qtp?
Can anyone please tell me how to select next 5th business date from calendar using QTP/UFT ?
1 Answers Cigniti Technologies,
How to retrieve the property of an object?