What is the difference between per-action and shared?
No Answer is Posted For this Question
Be the First to Post Answer
when we enter url,one page should open.write a vb script ,that page is open or not
2 Answers Blue Chip India, Persistent,
What are the automation metrice in your project?
How can I map test requirement to Test Set (multiple test cases)? Under test lab, I have multiple test cases. I would like to map 1 requirement to all test cases under that test set (in test lab)? Currently, I think QC only allow mapping 1 test requirement to 1 test case. Instead I would like to map 1 test requirement to multiple test cases under one test lab.
4 Answers CarrizalSoft Technologies, DST Global Solutions,
what is meant by iterative model?What is its working principle?What are its advantages and what are its drawbacks?
If 2 gmail browsers are opened in our system, how to enter the mail id and password into second browser by using discriptive program?
How does Parameterization and Data-Driving relate to each other in QTP?
Hai anyone please "Explain about Framework in QTP?"
what is the silent mode in WR?
can we run the scripts of qtp 8.2 in the qtp7.0?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
what is defenetion of kiran can u tell me plz CVS, SVN
Please have a look at this: a = Browser("Travel Boutique Online").Page("Travel Boutique Online_2").webelement("innerhtml:=2622").getroproperty("y") a=a+9 msgbox a Browser("Travel Boutique Online").Page("Travel Boutique Online_2").image("alt:=check","y:=a").click Now please let me explain. As clear from code I am trying to enter value of variable 'a' as Property y. But each time QTP AND MY SYSTEM stops responding when this line is execcuted. But When i enter some number in place of 'a' in the last line. it works fine. Please let me know what I am doing wrong at time of entering the variable in last line. Thanks a lot