ASP (565)
CGI Perl (498)
JavaScript (1409)
VB Script (599)
JSP (733)
Shell Script (465)
Tcl (27)
Awk (108)
AJAX (338)
Ruby on Rails (259)
AngularJS (2297)
jQuery (647)
JSON (175)
Node.js (721)
React.js (389)
Scripts AllOther (50) We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
Nous,
2678In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
Nous,
1 4591How can we return a value from User Defined Function ? For Eg. we have 2 functions. In Fun1 i am getting 2 values (a,b) and i am addding those 2 and storing in to another var (c). Now i want to pass that var(c) to another function (fun2). What will be the script?
Nous,
6 10317Hello All, In QTP 9.2 for Mozilla Firefox, there is webelement in my application, I tried to click on that using decsriptive programming, but it does not work. and for this i tried this code too: Set obj = CreateObject ("Mercury.DeviceReplay") absx = Browser("").Page("").WebElement(".").GetROProperty ("abs_x") absy = Browser("").Page("").WebElement(".").GetROProperty ("abs_y") obj.MouseMove absx, absy obj.MouseClick absx, absy, 0 But it is not clicked. Can anyone help me out for this problem. Thnx in Advance
1 6794Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards
2699how to delete all the files with extension .dat rom a directory tree from root to third level in a single unix command?
4 9623What is the use of a form in html page? Is there any way to submit the page without using the form.
3 9429
What is the spa (single page application) in angularjs?
Which is the default scripting language in active server pages?
Is javascript open source?
How to programmatically trigger a click event thats being handled by jquery only?
What is ng controller in angularjs?
What is page scope?
Is angularjs hard to learn?
What is the purpose of render method of react-dom?
How might react handle or restrict props to certain types, or require certain props to exist?
Explain node.js event loop?
How is react router different from conventional routing?
What is a template in angularjs?
What Is The Difference Between One-Way Binding And Two-Way Binding?
What is the difference between $scope and scope in angular?
Mention the types of variables available in Ruby Class?