you are recording on "WINDOW 1", say it has a link if you
click on that, that leads you to "WINDOW 2". If you do any
manipulations on "WINDOW 2" that are automatically updated
in to "WINDOW 1". But "WINDOW 1" is currently invisible. But
the updations in "WINDOW 1" must also be recorded as a
script in QTP.
The best Example is if you update your resume in JOB STREET
portal it actually happens in other window, but the previous
window is automatically updated. Now does QTP help you in
this types of situations?
Any body can answer this question. please.....
Siva
No Answer is Posted For this Question
Be the First to Post Answer
Describe the process for writing text check point for a web application?
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
How to Analyze the Checpoint results by Standard Checpoint?
Hi Sudhananda, plz send me the QTP framework with any diagram and PPTS . I want to switch to automatio, I done QTP from professional person, but he does not give me his knowledge properly. so pls help me Thaks send me on following address mirajkar.akash@gmail.com
How can we close all webbrowsers which are opened in out desktop?
how to create the varibles and how these are connect to qtp? plz tell me
please write a script to find the text in a application. Note: i dont know the location of that text where it is located. just like negative testing.
Out of 3 recording modes. 1.Standard 2.Analog 3.Low-level, which one is commonly used. As per my knowledge, Analog is used for Graphs , barcoding or DIgital signatures.
Explain what the difference between Shared Repository and Per_Action Repository
How you calling actions in qtp?
If there are 10 notepads opened on desktop. how can we close a particular 2nd notepad using script
Dim ExcelSheet Set ExcelSheet = CreateObject("Excel.Application") excelsheet.application.visible = true ExcelSheet.ActiveSheet.Cells(1,1).Value = "This is column A, row 1" ' Save the sheet. ExcelSheet.SaveAs "C:\DOCS\TEST.XLS" ' Close Excel with the Quit method on the Application object. ExcelSheet.Application.Quit after run this script i am getting error"The test cannot continue due to unrecoverable error"