how do u plan test automation?
No Answer is Posted For this Question
Be the First to Post Answer
After the execution of a script how do u upload the results to Quality Center. Pls anyone explain in detail. It is very urgent._______Thanks a lot!!
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
Where the text version of script file located in file system?
Explain how qtp identifies object?
How can we close all webbrowsers which are opened in out desctop?
How to use the object spy in quicktest professional 8.0 version?
How can we do Data driven testing Using For loop in QTP?
what are the different kinds of frameworks in automation?
How u will open the build automatically in QTP except using Systemutil.run command
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
Is there anyway to have QTP go into a website and map out every object before I actually record any tests? I basically want to map out a website with all the objects and build a complete repository. The reason is because I'm running into issues with hierarcical objects. for example: Browser("ABC company- Home").Page("ABC company - Home").Link ("About Us").Click Browser("ABC company - Page 2").Page("ABC company - Page 2").Link("About Us").Click Both these links ("objects" and I use that term loosely as I'm trained mostly in OO programming) go to the same place but but the object heirarchies (pages) are different. I want a repository that will find any possible link on any possible page without having to manually record it. Is there a way to do this?
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