can i able to connect any version of qtp to any version qc
Answers were Sorted based on User's Feedback
Answer / kriss_music
No, We can't connect any version of qtp to any version qc.If
scripts are developed in Qtp 8.0 version & Qc 8.0 version.It
is OK But,If u developed in Qtp 8.0 & Qc 8.0 & Run The
scripts in 9.0 Version using Qc 8.0 is not
possible.So,Better to use same version.
| Is This Answer Correct ? | 2 Yes | 3 No |
There are 4 webpages in an application, in third page there is one cancel button i want to click that cancel button only, how can I click that cancel buttton ?
How do you invoke an application using the step generator in qtp?
my assignment is,how can i differentiate between readed & unreaded mails in my inbox ?, since for both readed & unreaded having same properties for both test objects &run time objects
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
can any one tell me what is syntax error in line msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist 'code ************** Call login("lal="," " ) wait(5) Call errormsg("Invalid email address. [?]" ) Function errormsg(msg) msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist if msgexist then Reporter.ReportEvent micPass,"enter valid username or pwd ",msg else Reporter.ReportEvent micFail, "entered valid uname and pwd",msg end if End Function
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
i have opend 2 gmails i am working with 1 gmail i want to close other gmail by usig script. 2.i have 10 links in a page all of them have same properties& names i want to click on 5link by using script. 3.i have one combobox in that i want to see all the citynames in the combobox and i have to check weather hyderabad is present or not. 4. size of objectrepository. 5.what r problems we get during writing the script. 6.is it possible to compare to excel sheets in qtp if possible wht is the script. 7.example for lowlevelrecording
Hi, I am learning QTP. can someone please tell me a site from where i can learn QTP scripting Thanks in advance
Suppose i have a script which is having 100 lines.I want to execute that script starting from line no 75.means first qtp should read the script from line no 75 how can u do it.
5 Answers Lehman Brothers, rsystems,
What is the difference between run time object and test object?
What is optional step in qtp? How you can add optional step in qtp?