What kind of errors can b handled in QTP in real time
scenario?
Answer / sreeprasad
1) Pop-up Window
2) Object state
3) Test run error
4) Application Crash
Is This Answer Correct ? | 6 Yes | 0 No |
What are the environment variables?
Hi, Can anyone write the following qtp script...please its urgent ·Navigate to Google in a new IE instance ·Search for the following word "Gap, Inc." ·Iterate thought the first 10 pages of google ·On each page collect the following ·The "blue" page title ·The "green" url ·Output all the data into a file named "test_output.txt" ·Format "Title – URL"
Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3 5 4 5
Please guide me release notes of Automation once scripts are completed
Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance
where we save the scripts created in one project?
I register user defined function in one test, I tried to call that function into other test. But that function not works in other test please give the direction for that.
Hi, Can anyone tell me what type questions can be ashed in interview on QTP?
how can i impliment error handling in QTP?
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
Hi, I want to retrieve the cell data in the WebTable. For that I have defined a new test object under the browser and have given html tag and text as the test object properties. But while I try to identify it it says 'Object description is not unique'. I tried adding innerhtml, outerhtml, innertext and outertext along with the ordinal identifiers; but no use. What more properties need to be added to identify it? Also I want to enable smart identification for this object but the field is disabled in the object repository for this object alone(In QTP tools->object identification the enable smart identification checkbox is enabled). How do I enable it?
I want to open a Notepad window without recording a test and I do not want to use SystemUtil.Run command as well How do I do this?