Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Will QTP
#1
Solved: 10 Years, 8 Months, 3 Weeks ago
Hi,
Can any one guide me whether QTP supports Citrix Metaframe environment.If yes mean how to proceed.
I am beginner having QTP 11 trial version in my system
Reply
#2
Solved: 10 Years, 8 Months, 3 Weeks ago
I have tried with the QTP with citrix but while recording I found taht it is not recording any validation message box having some buttons on it.
Can anybody provide more information on how to record those validation messages?
Reply
#3
Solved: 10 Years, 8 Months, 3 Weeks ago
Please check the product availability matrix.The PAM.pdf is available at
https://www.learnqtp.com/forums/Thread-Q...atrix(PAM)
Reply
#4
Solved: 10 Years, 8 Months, 3 Weeks ago
Hi friends,

I have downloaded QTP11 trial version , and done recording for our company website. For a module in our site ,there is type and select option to select origin and destination.While recording i did type and selected particular location but while play back it got strucked at what i typed but not recognized the selected option.Then I manually again type and selected the option and it completed runny after that.

Initially I crated the Object repository for that particular page also. Can some body help me in this scenario
I have attached the screen shot also.

And also please confirm me will QTP 11 support all web Application testing.

Regards,
Vibin


Attached Files Image(s)
   
Reply
#5
Solved: 10 Years, 8 Months, 3 Weeks ago
Hi,
Make sure ur web addin is selected and try to add the objects to OR and then procedd further.

Let me know in case of any help required.

Regards,
Sankalp
Reply
#6
Solved: 10 Years, 8 Months, 3 Weeks ago
Hi Sankalp,

Web addin is already selected.
Reply
#7
Solved: 10 Years, 8 Months, 3 Weeks ago
Hi,

Could u please attach the snap shot of OR and error msg u r getting.

Regards,
Sankalp
Reply
#8
Solved: 10 Years, 8 Months, 3 Weeks ago
Hi,

I have attached the screen shots for your understanding.

And also, Will QTP able to automate the AJAX calls on WEB.

Regards,
Vibin.


Attached Files Image(s)
       
Reply
#9
Solved: 10 Years, 8 Months, 3 Weeks ago
Hi,
As per the snap shot, u are searching some text and u r getting a list based on ur search.
Try the below code it might help u:

Code:
Set WshShell = CreateObject("WScript.Shell")
wait (1)
WshShell.SendKeys "<text to search>"
wait(1)
Set WshShell = Nothing
wait 4
Browser("").Page("").Frame("").WebElement("innertext:=test","index:=1").Click

Wait 2
'In last line of code..webelement("innertext.....) use object spy to get the properties of list displayed and use thoes properties values here.

For 2nd query, Yes u can handle ajax ..for that u have 2 go for Ajax suppoted addin.

Let me know in case of any help required.

Regards,
Sankalp
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)