object types is used for what?
Answer / pravati
object types is used to uniquily identify the object from many of the objects in the application.
ex-webcheckbox is used to identify the checkbox of the application
| Is This Answer Correct ? | 0 Yes | 0 No |
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?
I'm having a problem to get the status(pass or fail) during runtime for every iteration ran, and must get the results stored to an excel sheet if possible.
How to check feasibility of the appliction?in automation testing?
What are the properties you would use for identifying a browser and page when using descriptive programming?
Explain how qtp identifies object?
how can i count the number of links???
write progamming connecting QTP to database sql? this is question asked by interview? pls any answer this?
What is the Automation Process followed in your company?
In your QTP framework, what checkpoints were applied in the script to minimize script failure due to any reason during execution?
Suppose i have some records in database now i want to use first 1000 records for one test and next 1000 to 2000 records for another test how can we do this just for ex oracle database pls tell me
Hi Friends... What you are doing in Regression Testing and how many test cases you ran in regression testing... suppose there is 1000 test cases is there how many test cases again you run .. 1000 test caes r how many... thanx in advance..
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?