what is the syntax for regular expression in QTP? how to create user defined functions in QTP?
6 30085If we add a textbox and give the required field validator,and i add two radio buttons 1 is yes another one is No.And i add another one server control button ,if i click the button ,if the radio button Yes is checked the validation control is fired ,if no the validation control is not fired.So what you used to solve this problem.
6 21559What is the time complexity T(n) of the following program? a) int n, d, i, j; cin >> n; for (d=1; d<=n; d++) for (i=1; i<=d; i++) for (j=1; j<=n; j += n/10) cout << d << " " << i << " " << j << endl; b) void main() { int n, s, t; cin >> n; for (s = 1; s <= n/4; s++) {t = s; while (t >= 1) { cout << s << " " << t << endl; t--; } } } c) void main() { int n, r, s, t; cin >> n; for (r = 2; r <= n; r = r * 2) for (s = 1; s <= n/4; s++) { t = s; while (t >= 1) { cout << s << " " << t << endl; t--; } } }
3 10858Post New CTS Interview Questions
What is hot backup and logical backup?
What do you mean by xpath?
Can we extend an array after initialization?
What are some bad examples of web design?
What is meant by MIME?
1. A bomber drops a bomb from an aircraft flying at 2000 km/hr. at an altitude of 7km. The speed at which the bomb will strike the earth would be
What is lazy loading in c#?
What are the different types of nosql databases? Give some example.
DIFFERENCE BETWEEN CODES,STANDARDS & SPECIFIFCATIONS?
What is standard controller? : salesforce visualforce
What is a Secondary Namenode? Is it a substitute to the Namenode?
Explain what a method is?
what is the meaning of trademark and patent rights in govt of india and how it is useful in marketing management? explain with suitable products.
What guarantees the integration of all application modules?
You want to have each step in your script measured as a transaction in the controller and not shown in the replay log in vugen. How can you accomplish this?