what is the syntax for regular expression in QTP? how to create user defined functions in QTP?
6 30075If 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 21552What 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 10857Post New CTS Interview Questions
What type of messaging is provided by JMS?
why single phase to grd test in HV cable?why not 2 phase at a time?
Why we use chaining in jquery?
what is the use of choper motor in pyrometer ?
What is prototype in c++ with example?
Explain strong name in .net assembly?
What is javardd spark?
What is the creational design pattern?
What is the role zookeeper plays in a cluster of kafka?
is there any job for electronic engineering
Explain about winlogon.exe?
How can we calculate strength of copper hich is supplying electric power to heater and in it hold the heater also and what r all types of forces which is acting on it...
Is an exe file high risk?
Tell me what is fabric?
What are some statistical distribution functions provided by tensorflow?