Hi All,I am in wierd situation that my laptop is installed
with QTP11 and os is xp sp3.The problem is the descriptive
programming which i have written is working in other
laptops and it is not working in my laptop.it is clicking
the link which is above the testbox instead of typing it in
textbox below it.It is same with the other working scripts
written by another person.
Where we use data driver in qtp?
can u write one user defined function for webedit class.
please clarify the question ................. i know how to open the notepad file ? but i don't know how to enter the data into opened notepad ? Ex: set a=createobject("wscript.shell") a.run "Notepad.exe" please give the replay. my mail id is raju.ippali@gmial.com, 9823257761
one page contain next button.when we enter that its not going to next page.what type of error that one.
Hi Friends, How to trap an error message on Web page through QTP. Example:- When I put wrong user id or Password on a web page, I get the error message. So when I add the error object in Reposatory, every time it shows as Login Failed Object exist, eventhough using corret login details. And if I do the same without adding the object it shows as object not found. This might be because while recording QTP takes every new page as _1 _2 _3 and so on. as below. Browser("XXXXX").Page("XXXXX_1"). >>login Browser("XXXXX").Page("XXXXX_2"). >>Inbox Browser("XXXXX").Page("XXXXX_3"). >>Sent Items I used below code. Browser("XXXXX").Page("XXXXX").WebEdit("firstname").Set strFN Browser("XXXXX").Page("XXXXX").WebEdit("lastname").Set strLN Browser("XXXXX").Page("XXXXX").WebEdit("userid").Set strUserID Browser("XXXXX").Page("XXXXX").WebEdit("password").Set strPass Browser("XXXXX").Page("XXXXX").WebButton("Login >").Click If Browser("XXXXX").Page("XXXXX_2").Image ("msg_icon_error").Exist 5 Then Reporter.ReportEvent micFail, "XXXXX", "Login Failed!" ExitRun (It shows login failed ever after login is passed. Else Reporter.ReportEvent micPass, "XXXXX", "Login Successful!" End If Please find out a way for me here, and provide me with the correct code. Thanks in Advance.
In Remote acess server how u run a test?
My project title is "DRUG Audition and research management" it comes which domain?
what is the syntax or command in vbscript to display user message example i want to display "welcome to QTP".
1) What is the diff Between GetRoproprty and Gettoproperty? 2)What is Redim?
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
How many types of recording facility are available in quicktest professional (qtp)?