how to capture the run time values of web table.
Answer Posted / g
Through getroproperties
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how do u plan test automation?
What is the script for database check point, bitmapchek point, regular expression ?
Mention the different actions types of qtp.
How many types of recording modes in qtp? Which will be used when?
Limitations in QTP?
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
What is synchronization? What are the ways you can synchronize?
How to call a test from another test?
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
what is the difference between IE & Netscape in web testing on a log in page
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
what are the issues we will get when there is migration from QTP 8.2 to QTP 10.0? Is there any problem in executing scripts of 8.2 on 10.0?
Without using gui map editor we can recognize the application in winrunner ?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?