what are build and version plz explain why nomber changes
in build and version?
Answer Posted / sri
Version: It is a set of code to which major/minor or a
patch of changes is made. Hence we say a build is released
to the QA team for testing
Build: It is a a set of code in .exe to which changes are
made which is mile stone, Release candidate or general
availability based.
Note: To each build we give a version with names
major/minor or patch depending on the type and number of
changes made. When i say type of changes it means
complexity. In this way they are interlinked
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference in testing a client-server application and a web application?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
Hi All, we are using QTP Automation Scripts to test SAP. I recorded QTP Automation Scripts in English-based SAP GUI. Now we have to test a French-based SAP sytem and use the same scripts. The QTP scripts are failing when executed on the French-based SAP System due to Object Recognition Issues. What can we do? Do I re-record the scripts in the French-based SAP system?
Explain different recording modes?
How many types of parameters are there?
When and why to use descriptive programming?
With what extension you can save the list of tests in a file to run in test batch runner?
How to remove the associated function library?
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
after click on compose mail how can we attached a file in qtp with vbscript code
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.
Can I change properties of a test object?
How do know the number of browsers opened?
How can you send user defined messages to test report?
Did QTP prove efficient for your project? Yes or No, explain?