Suppose one object is changed in a project after delivering
the project.Where we will update that object? it can be
present in many scripts so can we update all the scripts?
Answer / shyam.meghansh
Let tell one thing ... it depends on the Framework u use.
We will have a mail or common Repository, if any object is
changed we will update that object in the Repository.
*********************
If any more querys them mail to me
testingwithshyam@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Define QTP ?
i have read that "non-reusable actions can not be called in any other test".but in 'call to copy action' copies non-reusable action in other test also..can u pls help to understand this..
what is smart identification in qtp? pls any give details? thanks in advance
how will you load the test cases in ddt?
What r the different filters in defect in quality center
.qfl extension for which file? where vl use it
When testing a web application, the url for each page changes, so using QTP how do u handle this scenario. If anyone knows please answer in detail about the whole procedure. Thanks a lot.
Diff between Test Stratergy and Test Plan? Diff b/w Test design ansd test case design?
what is testing process with QTP in organization
Hi let me ask one questin 1.How to use outputof the one function input to the another function pls give the script for above 2.what is the purpose of action parameter , how to create it
I have thousands of links are there, i want check each and every funtionality of link by using descriptive programme, retrive link name from excelsheet then operate in application. Please anybody send me model script
I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm? I used the add fn also..