Can we continue functionality testing without framework?
Answer Posted / nanda
Hi..
We can do that. some of the companies are doing that. If the
customer is paying for framework..definitely they will
follow this.
If any queries..
nanda.dreddy@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how do u plan test automation?
Does quicktest professional (qtp) is unicode compatible?
Is qtp supports uni-code?
How to test login module with different username and password by using data driven testing in QTP?
How you can decide which type of object repository you have to use?
What the differences are and best practical application of Object Repository?
What are the methods used in UFT to handle exceptions or run-time errors?
how to find that tools work well with your existing system?
what is the latest version of QTP? Main difference between 9.2 and 10 version
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
Differences between quicktest professional (qtp) and winrunner?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
Explain the new feature of UFT regarding the export of test results?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
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?