Answer Posted / aniruddha mukherjee
What if no add-ins are checked in the add-ins manager of
QTP ??
Is QTP still going to take any add-ins by defalt ??
| Is This Answer Correct ? | 18 Yes | 8 No |
Post New Answer View All Answers
How does you test a weblink which is changing dynamically?
What is the architecture of your project? Can any one answer for this question plz........
What are the different attributes used with regular expression?
Did QTP prove efficient for your project? Yes or No, explain?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
What is the difference between per-action and shared?
How to check bitmap output value?
How to create runtime property for an object?
Where you get the run time data table?
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.
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question
How to use descriptive programming?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
What are the benefits of quick test pro(qtp)?